Skip to content

Instantly share code, notes, and snippets.

@vetcovetco
Created August 4, 2017 00:40
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 vetcovetco/4119efcb69d74d0f4bb7a9a1ff54f0b7 to your computer and use it in GitHub Desktop.
Save vetcovetco/4119efcb69d74d0f4bb7a9a1ff54f0b7 to your computer and use it in GitHub Desktop.
Bare-bones HTML-5 template.
<!doctype html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Page Title</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment