21 lines
786 B
HTML
21 lines
786 B
HTML
<!Doctype HTML>
|
|
<html lang="de">
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="robots" content="noindex,nofollow" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<meta name="color-scheme" content="dark light" />
|
|
<meta name="theme-color" content="rgb(242,241,245)" media="(prefers-color-scheme: light)" />
|
|
<meta name="theme-color" content="#000" media="(prefers-color-scheme: dark)" />
|
|
<meta name="description" content="{{ .Site.Params.meta.description }}" />
|
|
<meta name="keywords" content="{{ .Site.Params.meta.keywords }}" />
|
|
<link rel="stylesheet" href="/css/vanilla.css" />
|
|
|
|
<title>{{ .Site.Title }} {{ with .Title }} | {{ . }} {{ end }}</title>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="outerwrapper">
|
|
|
|
<div class="skiplink"><a href="#skipmain">Zum Inhalt springen</a></div>
|