unibutton/index.html
2024-11-25 14:14:20 -05:00

27 lines
No EOL
731 B
HTML

<!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</b> is the only button. Click to launch... figure out the rest of the combos yourself.</p>
<p><i>By <a href='https://zenoverse.net/'>Onez</a>, more games at <a
href='https://discord.gg/EpsRZrHswB'>Discord</a></i></p>
<div>
<canvas id='canvas'></canvas>
<div class='message' style='display: none;'><span>You are dead.</span></div>
</div>
<div class='ui-text'>
placeholder
</div>
</section>
<script src='js/player.js'></script>
<script src='js/index.js'></script>
</body>
</html>