Files
immich/web/src/routes/(user)/share/[key]/+error.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>