Skip to content

Commit

Permalink
Add SquidCraft route
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneshaw committed Sep 19, 2023
1 parent 66dcd95 commit d4fb60b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import "../app.css";
import "../../app.css";
import "$lib/services/firebase/auth";
import SEO from "$lib/components/SEO.svelte";
import Navbar from "$lib/components/Navbar.svelte";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/routes/(minecraft)/+layout.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<script>
import "../../app.css";
</script>

<slot />
5 changes: 5 additions & 0 deletions src/routes/(minecraft)/squidcraft/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div class="w-2/3 mx-auto text-center py-6">
<h2><b>SquidCraft M</b> is here!</h2>
<p>Sign up to the whitelist <a href="https://forms.gle/TgFfubVcGbYoT3Aj6" target="_blank" rel="noreferrer">here</a>.</p>
<p>Current modlist can be found <a href="https://docs.google.com/spreadsheets/d/1ecrhwtUkpbVpWSsOO2ekazh9unhMCRQhsrXVORF8A8I/edit?usp=sharing" target="_blank" rel="noreferrer">here</a>.</p>
</div>

0 comments on commit d4fb60b

Please sign in to comment.