Skip to content

Instantly share code, notes, and snippets.

@jacmoe
Created December 13, 2012 23:07
Show Gist options
  • Save jacmoe/4280976 to your computer and use it in GitHub Desktop.
Save jacmoe/4280976 to your computer and use it in GitHub Desktop.
HTML: Template
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Title</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment