Skip to content

Instantly share code, notes, and snippets.

@boris-nekezov
Created June 22, 2014 10:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boris-nekezov/c26857fcf7c9e804c348 to your computer and use it in GitHub Desktop.
Save boris-nekezov/c26857fcf7c9e804c348 to your computer and use it in GitHub Desktop.
Quick HTML Template
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment