Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created October 3, 2011 00:48
Show Gist options
  • Save SpencerCooley/1258197 to your computer and use it in GitHub Desktop.
Save SpencerCooley/1258197 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>An HTML5 page</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
</head>
<body>
<h1>This is a blank HTML5 page</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment