Skip to content

Instantly share code, notes, and snippets.

@levidurfee
Created February 1, 2016 00:37
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 levidurfee/cb39940f4fe2e56f9122 to your computer and use it in GitHub Desktop.
Save levidurfee/cb39940f4fe2e56f9122 to your computer and use it in GitHub Desktop.
HTML5 Template
<html lang="en">
<head>
<meta charset="utf-8">
<title>Levi Durfee</title>
<meta name="description" content="Levi Durfee">
<meta name="author" content="Levi Durfee">
<link rel="stylesheet" href="/assets/css/styles.css?v=1.0">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="/assets/js/scripts.js"></script>
</body>
</html>
$(document).ready(function() {
});
body {font-family: Arial,"Helvetica Neue",Helvetica,sans-serif}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment