diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 9deefa6..0b03d7d 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -1,5 +1,6 @@
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index f1a227e..5a72e87 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -1,138 +1,45 @@
-{technologicalProgression} Age
- {
- for (let currency in currencies) {
- currencies[currency].click();
- }
- }}>
-Click to Research
+
+
+
+
Welcome to Potato++
+
+
+ Potato++ is a website where two brothers make games and put them here so
+ people can play them.
+
+
+ Games
+ Early Access Games
+ These games are games that are not finished yet, but are available to play.
+
-Raw Resources
+ Finished Games
+ These games are full games, and are no longer in the Early Access phase.
-
- {#each Object.values(currencies) as currency}
- {#if !currency.invis}
-
- {/if}
- {/each}
-
-
-Generators
-
-
- {#each Object.values(upgrades) as upgrade}
- {#if !upgrade.invis}
-
- {/if}
- {/each}
-
-
-Research
-
-
- {#each Object.values(technology) as upgrade}
- {#if !upgrade.invis}
-
- {/if}
- {/each}
+ Credits
+
diff --git a/src/routes/researchclicker/+page.svelte b/src/routes/researchclicker/+page.svelte
new file mode 100644
index 0000000..f1a227e
--- /dev/null
+++ b/src/routes/researchclicker/+page.svelte
@@ -0,0 +1,138 @@
+
+
+{technologicalProgression} Age
+ {
+ for (let currency in currencies) {
+ currencies[currency].click();
+ }
+ }}>
+Click to Research
+
+Raw Resources
+
+
+ {#each Object.values(currencies) as currency}
+ {#if !currency.invis}
+
+ {/if}
+ {/each}
+
+
+Generators
+
+
+ {#each Object.values(upgrades) as upgrade}
+ {#if !upgrade.invis}
+
+ {/if}
+ {/each}
+
+
+Research
+
+
+ {#each Object.values(technology) as upgrade}
+ {#if !upgrade.invis}
+
+ {/if}
+ {/each}
+
diff --git a/src/routes/roguepotato/+page.svelte b/src/routes/roguepotato/+page.svelte
new file mode 100644
index 0000000..0872dfa
--- /dev/null
+++ b/src/routes/roguepotato/+page.svelte
@@ -0,0 +1,2 @@
+ test
+ hi guys
\ No newline at end of file