diff --git a/src/routes/about/+page.js b/src/routes/about/+page.js
deleted file mode 100644
index 3e13462..0000000
--- a/src/routes/about/+page.js
+++ /dev/null
@@ -1,9 +0,0 @@
-import { dev } from '$app/environment';
-
-// we don't need any JS on this page, though we'll load
-// it in dev so that we get hot module replacement...
-export const csr = dev;
-
-// since there's no dynamic data here, we can prerender
-// it so that it gets served as a static asset in prod
-export const prerender = true;
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte
deleted file mode 100644
index b034478..0000000
--- a/src/routes/about/+page.svelte
+++ /dev/null
@@ -1,34 +0,0 @@
-
- About
-
-
-
-
-
About this app
-
-
- This is a SvelteKit app. You can make your own by typing the
- following into your command line and following the prompts:
-
-
-
npm create svelte@latest
-
-
- The page you're looking at is purely static HTML, with no client-side interactivity needed.
- Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening
- the devtools network panel and reloading.
-
-
-
- The TODOs page illustrates SvelteKit's data loading and form handling. Try using
- it with JavaScript disabled!
-
-
-
-
diff --git a/src/routes/verde/+page.svelte b/src/routes/verde/+page.svelte
new file mode 100644
index 0000000..49f5fcd
--- /dev/null
+++ b/src/routes/verde/+page.svelte
@@ -0,0 +1,2 @@
+