Last active
August 25, 2019 03:24
-
-
Save tbrosman/3d9f770475be125236f1f1a6cdb5125a to your computer and use it in GitHub Desktop.
Heaps Javascript target index.html boilerplate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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