Skip to content

Instantly share code, notes, and snippets.

@mmcc
Created March 27, 2015 17:33
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 mmcc/d1397562c9ae3c6253ee to your computer and use it in GitHub Desktop.
Save mmcc/d1397562c9ae3c6253ee to your computer and use it in GitHub Desktop.
HTML5 boilerplate
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Awesome Boilerplate</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h1>Cool! Alright!</h1>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment