unibutton/static/index.html

28 lines
851 B
HTML
Raw Normal View History

2024-09-27 10:32:50 -04: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-09-27 21:42:21 -04:00
<h1>UniButton</h1>
2024-09-29 01:58:56 -04: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>
2024-10-19 16:03:38 -04:00
<a class='button' href='https://git.xuyezo.net/explore/repos'>Created by Zux</a>
2024-10-18 14:40:43 -04:00
<a class='button' href='https://discord.gg/wZ3mg58JMT'>Join our
2024-10-08 05:46:36 -04:00
Discord</a>
2024-10-19 16:03:38 -04:00
<a class='button' href='https://bg.xuyezo.net/client/login?redirect=https://ub.xuyezo.net/'>Log in</a>
2024-10-08 05:46:36 -04:00
<canvas id='canvas'></canvas>
2024-09-27 10:32:50 -04:00
</div>
</section>
2024-10-08 20:48:38 -04:00
<section id='main'>
<h1>Leaderboard</h1>
<pre class='lb'></pre>
</section>
2024-09-29 03:55:22 -04:00
<script src='js/index.js' type="module"></script>
2024-09-27 10:32:50 -04:00
</body>
</html>