feat: add favicon and title
This commit is contained in:
parent
286e331cd2
commit
1100145cf7
@ -24,6 +24,10 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Dungeon Hall & Einladung</title>
|
||||
</svelte:head>
|
||||
|
||||
<Confetti />
|
||||
<Curtains visible={curtainsVisible} />
|
||||
<div class="center" class:maskSmall>
|
||||
|
@ -24,6 +24,10 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Dungeon Hall & Gallerie</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="wrapper">
|
||||
<h1>Gallerie der Gäste</h1>
|
||||
<div class="grid">
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 6.3 KiB |
Loading…
Reference in New Issue
Block a user