add page
This commit is contained in:
parent
417b8577e7
commit
b1f59392ba
2 changed files with 13 additions and 0 deletions
|
@ -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" />
|
||||||
|
|
2
src/routes/roguepotato/+page.svelte
Normal file
2
src/routes/roguepotato/+page.svelte
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<h1> test</h1>
|
||||||
|
<p> hi guys</p>
|
Loading…
Add table
Add a link
Reference in a new issue