15 lines
401 B
Svelte
15 lines
401 B
Svelte
<svelte:head>
|
|
<meta name="description" content="Page not found" />
|
|
<title>Not found • Revival Archive</title>
|
|
</svelte:head>
|
|
|
|
<div class="flex flex-col items-center justify-center">
|
|
<div class="bg-a px-22 rounded-4 mt-30vh p-8 text-center">
|
|
<h1 class="text-2.2rem m-0 mb-5">Error 404</h1>
|
|
<p class="mb-1">
|
|
<strong>Page not found</strong>
|
|
</p>
|
|
<a href="/">Head home?</a>
|
|
</div>
|
|
</div>
|