mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-04-25 16:23:46 +00:00
8 lines
263 B
Svelte
8 lines
263 B
Svelte
<svelte:head>
|
|
<title>Opps! Error - Immich</title>
|
|
</svelte:head>
|
|
|
|
<section class="flex h-screen w-screen place-content-center place-items-center">
|
|
<div class="p-20 text-4xl text-immich-primary dark:text-immich-dark-primary">Page not found :/</div>
|
|
</section>
|