Created
May 9, 2020 03:47
-
-
Save flushpot1125/19f20dd124960fc376ba113f0fab8fb7 to your computer and use it in GitHub Desktop.
This file contains 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 xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Local Development</title> | |
<script src="https://code.jquery.com/pep/0.4.2/pep.min.js"></script> | |
<style> | |
html, | |
body { | |
width: 100%; | |
height: 100%; | |
padding: 0; | |
margin: 0; | |
overflow: hidden; | |
} | |
#renderCanvas { | |
width: 100%; | |
height: 100%; | |
display: block; | |
font-size: 0; | |
} | |
</style> | |
</head> | |
<body> | |
<canvas id="renderCanvas" touch-action="none"></canvas> | |
<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