9 lines
393 B
Plaintext
9 lines
393 B
Plaintext
{{ define "head" }}
|
|
<head>
|
|
<title>hikan.ru</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="shortcut icon" href="/assets/pic/favicon.webp?v={{ .version }}" type="image/x-icon">
|
|
<link rel="stylesheet" href="/assets/css/styles.css?v={{ .version }}" type="text/css">
|
|
</head>
|
|
{{ end }} |