This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
commit db39fb66e0
6 changed files with 557 additions and 0 deletions

23
index.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='index.css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<section id='main'>
<h1>OneKey</h1>
<div>
<canvas id='canvas'></canvas>
<div class='message' style='display: none;'><span>You died in the Void...</span></div>
</div>
<div class='ui-text'>
placeholder
</div>
</section>
<script src='js/index.js'></script>
</body>
</html>