Created
January 29, 2014 21:57
-
-
Save jpetto/8698007 to your computer and use it in GitHub Desktop.
ASWM - HTML starter template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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