Skip to content

Instantly share code, notes, and snippets.

@ncronquist
Last active August 29, 2015 14:15
Show Gist options
  • Save ncronquist/cd69fe6cace09553376c to your computer and use it in GitHub Desktop.
Save ncronquist/cd69fe6cace09553376c to your computer and use it in GitHub Desktop.
Snippet:HTML: Starting Template
<!doctype html>
<html>
<head>
<met charset=utf-8>
<title></title>
</head>
<body>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment