Skip to content

Instantly share code, notes, and snippets.

@justinwalz
Created October 5, 2013 01:11
Show Gist options
  • Save justinwalz/6835314 to your computer and use it in GitHub Desktop.
Save justinwalz/6835314 to your computer and use it in GitHub Desktop.
My first Gist. A sample basic HTML template.
<!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