Skip to content

Instantly share code, notes, and snippets.

@dajare
Forked from nathansmith/html5_template.html
Last active May 14, 2018 09:53
Show Gist options
  • Select an option

  • Save dajare/4054812 to your computer and use it in GitHub Desktop.

Select an option

Save dajare/4054812 to your computer and use it in GitHub Desktop.

Revisions

  1. dajare revised this gist May 14, 2018. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion html5_template.html
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,14 @@
    <meta charset="utf-8" />
    <meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1" />
    <title>untitled</title>
    <link rel="stylesheet" href="" />

    <!-- link rel="stylesheet" href="" / -->
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.18.1/build/cssfonts/cssfonts-min.css">
    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.18.1/build/cssbase/cssbase-min.css">
    <style type="text/css">
    body {font-size:123.1%;}
    </style>

    </head>
    <body>

  2. @nathansmith nathansmith revised this gist Aug 15, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions html5_template.html
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,7 @@
    <html lang="en">
    <head>
    <meta charset="utf-8" />
    <meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1" />
    <title>untitled</title>
    <link rel="stylesheet" href="" />
    </head>
  3. @nathansmith nathansmith created this gist Dec 7, 2011.
    12 changes: 12 additions & 0 deletions html5_template.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8" />
    <title>untitled</title>
    <link rel="stylesheet" href="" />
    </head>
    <body>

    <script src=""></script>
    </body>
    </html>