boredgame/src/routes/+error.svelte
2022-08-24 13:36:40 -07:00

10 lines
201 B
Svelte

<h1>The page you requested doesn't exist!</h1>
<style>
h1 {
margin-top: var(--spacing-64);
font-family: var(--font-sans);
font-size: var(--font-32);
text-align: center;
}
</style>