9 lines
166 B
Text
9 lines
166 B
Text
package components
|
|
|
|
templ Header() {
|
|
<head>
|
|
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
|
|
<meta charset="UTF-8"/>
|
|
<title>fedipod</title>
|
|
</head>
|
|
}
|