Skip to content

Instantly share code, notes, and snippets.

@aferriss
Created April 11, 2018 00:26
Show Gist options
  • Save aferriss/39c67440b9b0c6ead8de5705be1f2216 to your computer and use it in GitHub Desktop.
Save aferriss/39c67440b9b0c6ead8de5705be1f2216 to your computer and use it in GitHub Desktop.
HTML Boiler Plate
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Your Title Here</title>
</head>
<body>
Your content here
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment