unibutton/static/index.html

39 lines
1.1 KiB
HTML
Raw Normal View History

2024-09-27 10:32:50 -04:00
<!DOCTYPE html>
<html>
<head>
2024-10-21 00:59:41 -04:00
<!-- 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>
2024-09-27 10:32:50 -04:00
<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>