feat: dummy pages

This commit is contained in:
2026-02-19 22:04:29 +01:00
parent cbc2a1a803
commit 6c4b2190b3
15 changed files with 182 additions and 41 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ templ Base(title string) {
<link href="/css/output.css" rel="stylesheet"/>
<script src="/js/htmx.min.js"></script>
</head>
<body class="bg-black" hx-boost="true" hx-target="main">
<body class="bg-black dark" hx-boost="true" hx-target="main">
<header
class="fixed z-50 mix-blend-difference p-1 w-full flex justify-between items-start"
>
@@ -33,7 +33,7 @@ templ Base(title string) {
}
</nav>
</header>
<main>
<main class="text-white">
{ children... }
</main>
</body>