Skip to content

Instantly share code, notes, and snippets.

@tbrosman
Last active August 25, 2019 03:24
Show Gist options
  • Save tbrosman/3d9f770475be125236f1f1a6cdb5125a to your computer and use it in GitHub Desktop.
Save tbrosman/3d9f770475be125236f1f1a6cdb5125a to your computer and use it in GitHub Desktop.
Heaps Javascript target index.html boilerplate
<!DOCTYPE html>
<html lang="en">
<body style="margin: 0px; position: fixed;">
<div>
<canvas id="webgl" style="width: 100vw; height: 100vh; display: block; "></canvas>
<script type="text/javascript" src="app.js"></script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment