Add Base site

This commit is contained in:
Esa Kataja
2024-11-14 15:59:17 +02:00
parent d1d1dd13d1
commit af15269a37
18 changed files with 632 additions and 19 deletions
+21
View File
@@ -0,0 +1,21 @@
<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>