Skip to content

Instantly share code, notes, and snippets.

@erj1
Created May 31, 2012 13:06
Show Gist options
  • Save erj1/2843308 to your computer and use it in GitHub Desktop.
Save erj1/2843308 to your computer and use it in GitHub Desktop.
html5:starting-template
<!doctype HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment