Skip to content

Instantly share code, notes, and snippets.

@andrewbroman
Created July 5, 2012 15:01
Show Gist options
  • Save andrewbroman/3054198 to your computer and use it in GitHub Desktop.
Save andrewbroman/3054198 to your computer and use it in GitHub Desktop.
HTML: Starting template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment