feat: dummy pages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user