buttons on main page

This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
parent 77071c2e49
commit dc26c4281b
2 changed files with 17 additions and 5 deletions

View file

@ -11,10 +11,10 @@
<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>
<p><i>Created by <a href='https://zenoverse.net/'>Onez</a>. Join our <a
href='https://discord.gg/EpsRZrHswB'>Discord</a>!</i></p>
<div>
<canvas id='canvas'></canvas>
<a class='button' href='https://zenoverse.net/'>Created by Onez</a>
<a class='button' href='https://discord.gg/EpsRZrHswB'>Join our
Discord</a>
<canvas id='canvas'></canvas>
</div>
</section>
<script src='js/index.js' type="module"></script>