Files
blog/src/routes/404/+page.svelte
2023-09-25 06:57:50 -07:00

15 lines
160 B
Svelte

<style>
h1 {
margin-top: 6rem;
}
h1, p {
text-align: center;
}
</style>
<h1>404</h1>
<p>That page doesn't exist. Sorry!</p>