add page title
This commit is contained in:
parent
292151a758
commit
4bf9a7953b
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user