Skip to content

Instantly share code, notes, and snippets.

@gavinmcgimpsey
Forked from awrowse/html5_stub.html
Last active May 7, 2016 13:05
Show Gist options
  • Save gavinmcgimpsey/a625f86955376fa68344e22fe1f3421c to your computer and use it in GitHub Desktop.
Save gavinmcgimpsey/a625f86955376fa68344e22fe1f3421c to your computer and use it in GitHub Desktop.
HTML5 Page Stub
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Page Title</title>
<link rel="stylesheet" href="main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="handlebars.js"></script>
<script src="script.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment