summaryrefslogtreecommitdiff
path: root/doc/src/.crocc.html
blob: 49cf99352808bc5f9393927f9871408c776f437d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<!--
 Copyright (c) 2023 Nicolas Paul All rights reserved.
 Use of this source code is governed by a BSD-style
 license that can be found in the LICENSE file.
-->
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title>{{ .Title }}</title>
		<meta name="author" content="{{ .Author }}" />
		<meta name="description" content="{{ .Description }}" />
		<meta name="keywords" content="{{ .Keywords }}" />
		<meta name="generator" content="{{ .Generator }}">
		<meta name="color-scheme" content="light dark" />
		<meta name="theme-color" content="#155eca">
		<meta name="robots" content="all" />
		<link rel="sitemap" href="/sitemap.xml" />
		<meta name="twitter:card" content="summary_large_image" />
		<meta name="twitter:site" content="@ncs_pl" />
		<meta name="twitter:title" content="{{ .Title }}" />
		<meta name="twitter:description" content="{{ .Description }}" />
		<meta name="twitter:image" content="{{ .Site }}/assets/crocodile.jpg" />
		<meta property="og:title" content="{{ .Title }}" />
		<meta property="og:type" content="website" />
		<meta property="og:url" content="{{ .Site }}" />
		<meta property="og:description" content="{{ .Description }}" />
		<meta property="og:determiner" content="" />
		<meta property="og:locale" content="en" />
		<meta property="og:site_name" content="Crocc" />
		<meta property="og:image" content="{{ .Site }}/assets/crocodile.jpg" />
		<link rel="stylesheet" href="/style.css">
		<link rel="icon" href="assets/emoji_crocodile.svg" type="image/svg">
		<link rel="mask-icon" href="assets/emoji_crocodile.svg">
	</head>
	<body>
		<header>
			<nav>
				<ul>
					<li><strong>Crocc</strong></li>
					<li><a href="/">Home</a></li>
					<li>
						<a href="https://github.com/n1c00o/crocc"
							target="_blank">Source</a>
					</li>
					<li>
						<a href="https://nc0.fr" target="_blank">Nicolas
							Paul</a>
					</li>
				</ul>
			</nav>
		</header>
		<main>
			{{ .Content }}
		</main>
		<footer>
			<hr />

			<p>Copyright (c) 2023, Nicolas Paul</p>
		</footer>
	</body>
</html>