2024-11-25 14:14:20 -05:00
|
|
|
<!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'>
|
2024-11-25 14:14:20 -05:00
|
|
|
<h1>UniButton</h1>
|
2024-11-25 14:14:20 -05:00
|
|
|
<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
|
2024-11-25 14:14:20 -05:00
|
|
|
href='https://discord.gg/EpsRZrHswB'>Discord</a>!</i></p>
|
2024-11-25 14:14:20 -05:00
|
|
|
<div>
|
|
|
|
<canvas id='canvas'></canvas>
|
|
|
|
</div>
|
|
|
|
</section>
|
2024-11-25 14:14:20 -05:00
|
|
|
<script src='js/index.js' type="module"></script>
|
2024-11-25 14:14:20 -05:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|