Skip to content

Instantly share code, notes, and snippets.

@rik
Forked from paulrouget/template.html
Created March 8, 2012 19:51
Show Gist options
  • Select an option

  • Save rik/2002978 to your computer and use it in GitHub Desktop.

Select an option

Save rik/2002978 to your computer and use it in GitHub Desktop.

Revisions

  1. rik revised this gist Mar 8, 2012. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions template.html
    Original file line number Diff line number Diff line change
    @@ -3,10 +3,10 @@
    <meta charset=utf-8 />
    <title>test</title>

    <script>
    </script>

    <style>
    </style>

    <div></div>
    <div></div>

    <script>
    </script>
  2. Paul Rouget created this gist Mar 8, 2012.
    12 changes: 12 additions & 0 deletions template.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <!DOCTYPE html>

    <meta charset=utf-8 />
    <title>test</title>

    <script>
    </script>

    <style>
    </style>

    <div></div>