Skip to content

Commit

Permalink
Added custom 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0X8 committed Aug 14, 2024
1 parent 3329503 commit 90e6cfb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/routes/404/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<svelte:head>
<title>404 Not found | Acridotheres for Developers</title>
</svelte:head>

<h1>404 Not found</h1>

<p>Go back to <a href="/">home</a>.</p>

0 comments on commit 90e6cfb

Please sign in to comment.