[+] Setup instrcutions page

pull/17/head
Azalea 2024-02-28 17:55:52 -05:00
parent 988a280111
commit 256f08396f
2 changed files with 16 additions and 0 deletions

View File

@ -1,9 +1,11 @@
<script>
import LinkCard from "./Home/LinkCard.svelte";
import SetupInstructions from "./Home/SetupInstructions.svelte";
</script>
<main class="content">
<h2>Welcome to AquaDX!</h2>
<LinkCard/>
<SetupInstructions/>
</main>

View File

@ -0,0 +1,14 @@
<div class="setup-instructions">
<h2>Connection Setup</h2>
<p>
Welcome! If you own an arcade cabinet or game setup,
please follow the instructions below to set up the connection with AquaDX.
</p>
<blockquote>
We assume that you already have the required files and can run the game (e.g. ROM and segatools)
that come with the cabinet or game setup.
If not, please contact the seller of your device for the required files, as we will not provide them for copyright reasons.
</blockquote>
</div>