diff --git a/src/lib/modules/MsgBox.svelte b/src/lib/modules/MsgBox.svelte index 4c5c67d..34e1705 100644 --- a/src/lib/modules/MsgBox.svelte +++ b/src/lib/modules/MsgBox.svelte @@ -38,12 +38,14 @@ diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index b76cabe..278bda4 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,7 +1,5 @@ @@ -11,54 +9,36 @@

ExploreCraft

-

Welcome to the ExploreCraft website!

+

+ This is ExploreCraft! A modpack for Minecraft 1.19.2 (Quilt) designed to keep you moving.
+ You may never know what you'll find, after all +

+

Have a look around. You can download the modpack and play, have a look in our gallery, or take a look at our modlist.

+
+ Download + Modlist +
+ + - - - + \ No newline at end of file diff --git a/src/routes/Header.svelte b/src/routes/Header.svelte index afd4e65..7f4b794 100644 --- a/src/routes/Header.svelte +++ b/src/routes/Header.svelte @@ -18,7 +18,7 @@ Home
  • - Download + Download
  • Gallery diff --git a/src/routes/download/+page.svelte b/src/routes/download/+page.svelte deleted file mode 100644 index 0f7abea..0000000 --- a/src/routes/download/+page.svelte +++ /dev/null @@ -1,9 +0,0 @@ - - Downloads - - - -
    -

    Downloads

    -

    Here you'll find all downloads.

    -
    diff --git a/src/routes/download/+page.js b/src/routes/downloads/+page.js similarity index 100% rename from src/routes/download/+page.js rename to src/routes/downloads/+page.js diff --git a/src/routes/downloads/+page.svelte b/src/routes/downloads/+page.svelte new file mode 100644 index 0000000..f463090 --- /dev/null +++ b/src/routes/downloads/+page.svelte @@ -0,0 +1,14 @@ + + Downloads + + + + + +
    +

    Downloads

    +

    Here you'll find all downloads.

    +
    + diff --git a/src/routes/modlist/+page.svelte b/src/routes/modlist/+page.svelte new file mode 100644 index 0000000..9399773 --- /dev/null +++ b/src/routes/modlist/+page.svelte @@ -0,0 +1 @@ +

    YAY

    \ No newline at end of file