Skip to content

Instantly share code, notes, and snippets.

@nathansmith
Created December 7, 2011 01:41

Revisions

  1. 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>
  2. 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>