factor to nodejs application
This commit is contained in:
parent
8cb80b9cbe
commit
b237b857c7
10 changed files with 764 additions and 0 deletions
27
static/index.html
Normal file
27
static/index.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!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>UniButton</h1>
|
||||
<p>The <b>left mouse button</b> is the only input. No keyboard, moving the mouse, or anything else.</p>
|
||||
<p>Click to launch... figure out the rest of the combos yourself.</p>
|
||||
<p><i>Created by <a href='https://zenoverse.net/'>Onez</a>. Join our <a
|
||||
href='https://discord.gg/EpsRZrHswBu'>Discord</a>!</i></p>
|
||||
<div>
|
||||
<canvas id='canvas'></canvas>
|
||||
</div>
|
||||
<div class='ui-text'>
|
||||
placeholder
|
||||
</div>
|
||||
</section>
|
||||
<script src='js/player.js'></script>
|
||||
<script src='js/index.js'></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue