Skip to content

Instantly share code, notes, and snippets.

@apearson
Last active June 30, 2018 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apearson/a5ef94f79d118712489dff229db45856 to your computer and use it in GitHub Desktop.
Save apearson/a5ef94f79d118712489dff229db45856 to your computer and use it in GitHub Desktop.
HTML Starting Template
<!DOCTYPE html>
<html>
<head>
<title>Your Website Title</title>
</head>
<body>
<!-- Put your content here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment