Skip to content

Instantly share code, notes, and snippets.

@nathansizemore
Last active October 11, 2019 13:10
Show Gist options
  • Save nathansizemore/0a9ed5bc5de2a85d847171b236b5493d to your computer and use it in GitHub Desktop.
Save nathansizemore/0a9ed5bc5de2a85d847171b236b5493d to your computer and use it in GitHub Desktop.
html5 template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="author" content="[email protected]">
<link rel="stylesheet" href="main.css">
</head>
<body>
<script src="main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment