Skip to content

Instantly share code, notes, and snippets.

@ProfAvery
Created February 6, 2014 02:57
Show Gist options
  • Save ProfAvery/8837742 to your computer and use it in GitHub Desktop.
Save ProfAvery/8837742 to your computer and use it in GitHub Desktop.
HTML5 + JavaScript Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Test</title>
</head>
<body>
...
<script src="test.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment