Skip to content

Instantly share code, notes, and snippets.

View gavinmcgimpsey's full-sized avatar

Gavin McGimpsey gavinmcgimpsey

View GitHub Profile
@gavinmcgimpsey
gavinmcgimpsey / html5_stub.html
Last active May 7, 2016 13:05 — forked from awrowse/html5_stub.html
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>