All checks were successful
Build / build (push) Successful in 3m11s
9 lines
203 B
HTML
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}}
|