8 lines
295 B
HTML
8 lines
295 B
HTML
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
{{ $css := "css/index.css" | relURL }}
|
||
|
<link rel="stylesheet" href="{{ $css }}">
|
||
|
<title class="title-text">{{ .Title }}</title>
|
||
|
{{ partial "favicon.html" . }}
|
||
|
</head>
|