Skip to content

Instantly share code, notes, and snippets.

@nomeyer
Created March 11, 2016 13:52
Show Gist options
  • Save nomeyer/8a2e5c0438527d97fc1b to your computer and use it in GitHub Desktop.
Save nomeyer/8a2e5c0438527d97fc1b to your computer and use it in GitHub Desktop.
Some HTML boilerplate for a new document
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="">
</head>
<body>
<script type="text/javascript" src=""></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment