Add reset button

This commit is contained in:
Rob L
2016-07-07 13:39:25 -04:00
parent a5dcd545a4
commit 04e3e05598
2 changed files with 10 additions and 0 deletions

View File

@ -9,10 +9,13 @@
<style type="text/css">
body { margin: 0; }
canvas { width: 100%; height: 100% }
#reset-button { position: absolute; top:0; left:90%; background-color:#AAA; width: 50px; height:25px; color:#FFF; font-weight: bold; text-align:center;}
</style>
</head>
<body>
<div id="container"></div>
<div id="reset-button" onClick="reset_view();"> Reset </div>
</body>
</html>