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

26 lines
No EOL
764 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 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>
<a class='button' href='https://dervland.net/'>Created by 08draven</a>
<a class='button' href='https://bg.dervland.net/client/login?redirect=https://ub.dervland.net/'>Log in</a>
<canvas id='canvas'></canvas>
</div>
</section>
<section id='main'>
<h1>Leaderboard</h1>
<pre class='lb'></pre>
</section>
<script src='js/index.js' type="module"></script>
</body>
</html>