12 lines
410 B
HTML
12 lines
410 B
HTML
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Knäckebootcrew</title>
|
|
{{ $styles := resources.Get "style.css" }}
|
|
{{ with (templates.Defer (dict "key" "global")) }}
|
|
{{ partial "css.html" . }}
|
|
{{ end }}
|
|
<link rel="stylesheet" href="/css/lightbox.min.css" />
|
|
<link rel="me" href="https://social.kollar.cloud/@kossa" />
|
|
</head>
|