feat: add favicon and title

This commit is contained in:
max_richter 2023-11-13 15:05:09 +01:00
parent 286e331cd2
commit 1100145cf7
3 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,10 @@
}); });
</script> </script>
<svelte:head>
<title>Dungeon Hall & Einladung</title>
</svelte:head>
<Confetti /> <Confetti />
<Curtains visible={curtainsVisible} /> <Curtains visible={curtainsVisible} />
<div class="center" class:maskSmall> <div class="center" class:maskSmall>

View File

@ -24,6 +24,10 @@
}); });
</script> </script>
<svelte:head>
<title>Dungeon Hall & Gallerie</title>
</svelte:head>
<div class="wrapper"> <div class="wrapper">
<h1>Gallerie der Gäste</h1> <h1>Gallerie der Gäste</h1>
<div class="grid"> <div class="grid">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB