mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 09:37:58 +08:00
[+] Setup instrcutions page
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
<script>
|
<script>
|
||||||
import LinkCard from "./Home/LinkCard.svelte";
|
import LinkCard from "./Home/LinkCard.svelte";
|
||||||
|
import SetupInstructions from "./Home/SetupInstructions.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<main class="content">
|
<main class="content">
|
||||||
<h2>Welcome to AquaDX!</h2>
|
<h2>Welcome to AquaDX!</h2>
|
||||||
|
|
||||||
<LinkCard/>
|
<LinkCard/>
|
||||||
|
<SetupInstructions/>
|
||||||
</main>
|
</main>
|
||||||
14
AquaNet/src/pages/Home/SetupInstructions.svelte
Normal file
14
AquaNet/src/pages/Home/SetupInstructions.svelte
Normal 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>
|
||||||
Reference in New Issue
Block a user