Re-worked stylegen

This commit is contained in:
2024-05-07 18:03:54 -06:00
parent 7463d1a252
commit 00bb8d776d
25 changed files with 95 additions and 77 deletions

View File

@ -7,20 +7,17 @@ Atridad Lahiji // [SOMEPAGE]
{{end}}
{{define "head"}}
<link rel="stylesheet" href="/public/css/styles.[SOMEPAGE].css" />
<link rel="stylesheet" href="/public/css/styles.css" />
{{end}}
{{define "main"}}
<h1 class="text-4xl font-extrabold text-white sm:text-8xl">
New <span
class="bg-gradient-to-r from-pink-500 to-blue-500 bg-clip-text text-transparent"
>Page</span
>
</h1>
<h1 class="text-4xl font-extrabold text-white sm:text-8xl">
New <span class="bg-gradient-to-r from-pink-500 to-blue-500 bg-clip-text text-transparent">Page</span>
</h1>
{{end}}
{{define "foot"}}
<script src="/public/js/htmx.base.js"></script>
<script src="/public/js/htmx.sse.js"></script>
<script src="/public/js/hyperscript.js"></script>
{{end}}
{{end}}