gohttpserver/templates/htmlheader.html
Jeffrey Paul dd778174a7
Some checks failed
continuous-integration/drone/push Build is failing
sneak/integrate-di (#17)
moving this to use uber/fx di framework instead of the ad hoc di setup before

Co-authored-by: sneak <sneak@sneak.berlin>
Reviewed-on: #17
2023-01-29 03:06:05 +00:00

5 lines
187 B
HTML

<meta charset="utf-8" />
<title>{{ .HTMLTitle }}</title>
<link rel="stylesheet" href="/s/css/bootstrap-4.5.3.min.css" />
<link rel="stylesheet" href="/s/css/style.css" />