Skip to content

Instantly share code, notes, and snippets.

@jpetto
Created January 29, 2014 21:57
Show Gist options
  • Save jpetto/8698007 to your computer and use it in GitHub Desktop.
Save jpetto/8698007 to your computer and use it in GitHub Desktop.
ASWM - HTML starter template
<!DOCTYPE html>
<html>
<head>
<title>ASWM - Starter Template</title>
<!-- stylesheets here -->
</head>
<body>
<!-- javascripts go here -->
<script src="js/aswm.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment