Skip to content

Instantly share code, notes, and snippets.

@peteymoore
Forked from nfrade/gist:4446653
Last active December 16, 2015 06:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save peteymoore/5392815 to your computer and use it in GitHub Desktop.
Save peteymoore/5392815 to your computer and use it in GitHub Desktop.
HTML5 barebones template
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Template</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment