Skip to content

Instantly share code, notes, and snippets.

@peteymoore
Created November 8, 2013 20:21
Show Gist options
  • Save peteymoore/7377024 to your computer and use it in GitHub Desktop.
Save peteymoore/7377024 to your computer and use it in GitHub Desktop.
barebones html5 starter
<!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