Skip to content

Commit

Permalink
Edit 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
LimMengShin committed Mar 2, 2024
1 parent 91bd4c2 commit dd1a1a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/+error.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<script>
import CommonPage from '$lib/components/CommonPage.svelte';
const title = "404";
</script>

<CommonPage {404}>
<CommonPage {title}>
<div class="error-container">
<h1 class="error-code">404</h1>
<p class="error-message">Oops! It looks like you're lost.</p>
Expand Down

0 comments on commit dd1a1a0

Please sign in to comment.