Skip to content

Instantly share code, notes, and snippets.

@CWade3051
Forked from aubrey/start
Created August 7, 2013 05:26
Show Gist options
  • Save CWade3051/6171440 to your computer and use it in GitHub Desktop.
Save CWade3051/6171440 to your computer and use it in GitHub Desktop.
HTML5: Starter
<!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