init
This commit is contained in:
commit
db39fb66e0
6 changed files with 557 additions and 0 deletions
23
index.html
Normal file
23
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue