Skip to content

Instantly share code, notes, and snippets.

@bit101
Created October 21, 2017 18:43
Show Gist options
  • Save bit101/fa781939fa6f9c36fa038bb6fd604878 to your computer and use it in GitHub Desktop.
Save bit101/fa781939fa6f9c36fa038bb6fd604878 to your computer and use it in GitHub Desktop.
HTML Template for tutorials
<!doctype html>
<html>
<head>
<title>tuturial template</title>
<style type="text/css">
html, body {
margin: 0;
padding: 0;
}
canvas {
display: block;
}
</style>
<script type="text/javascript" src="https://cdn.jsdelivr.net/quicksettings/latest/quicksettings.min.js"></script>
</head>
<body>
<canvas id="canvas"></canvas>
<script type="text/javascript" src="main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment