Skip to content

Instantly share code, notes, and snippets.

@elsonponte
Forked from usirin/gist:2816626
Created June 30, 2013 16:41
Show Gist options
  • Save elsonponte/5895888 to your computer and use it in GitHub Desktop.
Save elsonponte/5895888 to your computer and use it in GitHub Desktop.

Revisions

  1. elsonponte renamed this gist Jun 30, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @usirin usirin renamed this gist May 28, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1 → gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -3,12 +3,12 @@
    <head>
    <meta charset="utf-8" />
    <title>HTML5 Starter</title>
    <link rel="stylesheet" href="assets/css/main.css" type="text/css" />
    <link rel="stylesheet" href="" type="text/css" />
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <body id="index" class="home">
    <body>

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    </body>
  3. @smonteverdi smonteverdi revised this gist Mar 7, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    <html lang="en">
    <head>
    <meta charset="utf-8" />
    <title></title>
    <title>HTML5 Starter</title>
    <link rel="stylesheet" href="assets/css/main.css" type="text/css" />
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  4. @smonteverdi smonteverdi created this gist Mar 7, 2012.
    15 changes: 15 additions & 0 deletions gistfile1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8" />
    <title></title>
    <link rel="stylesheet" href="assets/css/main.css" type="text/css" />
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <body id="index" class="home">

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    </body>
    </html>