This commit is contained in:
the potato 2023-11-16 20:38:50 -05:00
parent 417b8577e7
commit b1f59392ba
2 changed files with 13 additions and 0 deletions

View file

@ -19,13 +19,24 @@
/> />
</section> </section>
<h1>Games</h1> <h1>Games</h1>
<h2>Early Access Games</h2>
<p>These games are games that are not finished yet, but are available to play.</p>
<section class="row"> <section class="row">
<Button <Button
href="researchclicker" href="researchclicker"
content="Research Clicker" content="Research Clicker"
icon="/research.svg" icon="/research.svg"
/> />
<Button
href="roguepotato"
content="Rogue Potato"
icon="/research.svg"
/>
</section> </section>
<h2>Finished Games</h2>
<p>These games are full games, and are no longer in the Early Access phase.</p>
<h1>Credits</h1> <h1>Credits</h1>
<section class="row"> <section class="row">
<Button href="https://github.com/thepotatoplus" content="Potato" /> <Button href="https://github.com/thepotatoplus" content="Potato" />

View file

@ -0,0 +1,2 @@
<h1> test</h1>
<p> hi guys</p>