15 lines
160 B
Svelte
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>
|