10 lines
373 B
HTML
10 lines
373 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" }}
|
|
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
|
|
<link rel="stylesheet" href="/css/lightbox.min.css" />
|
|
<link rel="me" href="https://social.kollar.cloud/@kossa" />
|
|
</head>
|