fedipod/views/components/header.templ

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>
}