unibutton/static/index.html
2024-10-21 00:59:41 -04:00

39 lines
No EOL
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11425746055">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'AW-11425746055');
</script>
<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://git.xuyezo.net/explore/repos'>Created by Zux</a>
<a class='button' href='https://discord.gg/wZ3mg58JMT'>Join our
Discord</a>
<a class='button' href='https://bg.xuyezo.net/client/login?redirect=https://ub.xuyezo.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>