Skip to content

Instantly share code, notes, and snippets.

@thomasplevy
Created April 7, 2012 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasplevy/2328971 to your computer and use it in GitHub Desktop.
Save thomasplevy/2328971 to your computer and use it in GitHub Desktop.
HTML5 STARTER
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Thomas Patrick Levy</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- STYLESHEETS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<!-- JAVASCRIPTS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script src="js/jquery.scripts.min.js"></script>
</head>
<body>
<div class="page">
</div><!-- .page -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment