Страница с ошибкой показывает конкретный код в заголовке
This commit is contained in:
parent
4cb658ca09
commit
0cf4e73755
1 changed files with 7 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>404 — Tea Sanctuary</title>
|
<title>{page.status} — Tea Sanctuary</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<section
|
<section
|
||||||
class="bg-[url('/common/background-day.webp')] dark:bg-[url('/common/background-night.webp')] bg-fixed bg-cover sticky flex h-screen shrink-0 flex-col items-center justify-center gap-12 overflow-hidden p-4"
|
class="hero-background flex h-screen shrink-0 flex-col items-center justify-center gap-12 overflow-hidden p-4"
|
||||||
>
|
>
|
||||||
<div class="flex flex-nowrap flex-col gap-5">
|
<div class="flex flex-nowrap flex-col gap-5">
|
||||||
<div class="flex flex-nowrap flex-col gap-3 items-center justify-center lg:flex-row lg:flex-nowrap">
|
<div class="flex flex-nowrap flex-col gap-3 items-center justify-center lg:flex-row lg:flex-nowrap">
|
||||||
|
@ -26,3 +26,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
@import "$src/app.css";
|
||||||
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue