Created
February 1, 2016 00:37
-
-
Save levidurfee/cb39940f4fe2e56f9122 to your computer and use it in GitHub Desktop.
HTML5 Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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