Skip to content

Instantly share code, notes, and snippets.

@wonzbak
Created March 25, 2017 09:40
Show Gist options
  • Save wonzbak/aa88df903dc005eac823891ae9c8cf9b to your computer and use it in GitHub Desktop.
Save wonzbak/aa88df903dc005eac823891ae9c8cf9b to your computer and use it in GitHub Desktop.
Html template
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Title</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<div id="container">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment