Skip to content

Instantly share code, notes, and snippets.

@ahamilton9
Created April 17, 2017 18:52
Show Gist options
  • Save ahamilton9/98b0314643b9106bdcb9ae1b1a143a7f to your computer and use it in GitHub Desktop.
Save ahamilton9/98b0314643b9106bdcb9ae1b1a143a7f to your computer and use it in GitHub Desktop.
True bare-bones boilerplate for HTML5.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Title</title>
</head>
<body>
Content
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment