10 lines
363 B
HTML
10 lines
363 B
HTML
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
{{ partial "head/resource-hints.html" . }}
|
|
{{ partial "head/styles.html" . }}
|
|
{{ partial "head/seo/seo.html" . }}
|
|
{{ partial "head/favicons.html" . }}
|
|
{{ partial "head/scripts.html" . }}
|
|
</head> |