vivaplusdl/web/frag-header.go.html
Sebastiaan de Schaetzen 91be8274c4
All checks were successful
Build / build (push) Successful in 3m11s
UI is largely working
2025-03-16 18:11:34 +01:00

9 lines
203 B
HTML

{{define "frag-header"}}
<head>
<meta charset="UTF-8">
<title>Viva++</title>
<link href="/static/style.css" rel="stylesheet">
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
</head>
{{end}}