diff options
Diffstat (limited to 'docs/src/pages/404.astro')
-rw-r--r-- | docs/src/pages/404.astro | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/src/pages/404.astro b/docs/src/pages/404.astro deleted file mode 100644 index 8a0bfbb5b..000000000 --- a/docs/src/pages/404.astro +++ /dev/null @@ -1,9 +0,0 @@ ---- -import SplashLayout from '../layouts/SplashLayout.astro'; ---- - -<SplashLayout title="Not Found"> - <h1>404</h1> - <p>This page isn't in our solar system.</p> - <a href="/">Take me home.</a> -</SplashLayout> |