10 lines
266 B
Svelte
10 lines
266 B
Svelte
<svelte:head>
|
|
<title>Opps! Error - Immich</title>
|
|
</svelte:head>
|
|
|
|
<section class="w-screen h-screen flex place-items-center place-content-center">
|
|
<div class="p-20 text-4xl dark:text-immich-dark-primary text-immich-primary">
|
|
Page not found :/
|
|
</div>
|
|
</section>
|