1
0

add page title

This commit is contained in:
Rokas Puzonas 2025-06-25 22:48:17 +03:00
parent 292151a758
commit 4bf9a7953b

View File

@ -6,6 +6,10 @@
let { children } = $props();
</script>
<svelte:head>
<title>Rokas Puzonas</title>
</svelte:head>
<div class="flex h-dvh w-full flex-col">
<header class="bg-srcery-gray-700 px-6 py-3 text-lg">
<div class="mx-auto flex max-w-screen-lg flex-row justify-between">