Skip to content

Instantly share code, notes, and snippets.

@aubrey
Created May 14, 2013 02:49
Show Gist options
  • Save aubrey/5573289 to your computer and use it in GitHub Desktop.
Save aubrey/5573289 to your computer and use it in GitHub Desktop.
Start boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="reset.css" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="custom.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment