Created
October 5, 2013 01:11
-
-
Save justinwalz/6835314 to your computer and use it in GitHub Desktop.
My first Gist. A sample basic HTML 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> | |
<!-- Import any scripts + style sheets here --> | |
</head> | |
<body> | |
<h4>Hello World!</h4> | |
<p>Add in content...</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment