Files
PaskaJoululeffa2024-frontend/src/lib/components/Header.svelte
T
2024-11-14 15:59:17 +02:00

22 lines
559 B
Svelte

<script>
</script>
<header
class="header bg-primary-FestiveRed-dark mb-10 flex w-full items-center justify-between p-6 drop-shadow-lg"
>
<a href="/" aria-label="Paska joululeffa 2024"
><enhanced:img
class="rounded-lg"
src="../../../static/favicon-192x192.png?w=50"
alt="Paska joululeffa 2024"
/></a
>
<a href="/" aria-label="Shitty Christmas Movie"
><h1 class="text-primarySnowyWhite-dark text-2xl font-extrabold">Paska Joululeffa 2024</h1>
</a>
<span>
<a href="/login">Sisään</a>
<!-- <button>Ulos</button> -->
</span>
</header>