Skip to content

Instantly share code, notes, and snippets.

@misnoul
Created September 29, 2012 16:20
Show Gist options
  • Save misnoul/3804499 to your computer and use it in GitHub Desktop.
Save misnoul/3804499 to your computer and use it in GitHub Desktop.
HTML: Starting Template 1
<!DOCTYPE>
<html>
<head>
<title></title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>
<script src=""></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment