summaryrefslogtreecommitdiff
path: root/doc/src/.crocc.html
blob: cd9da25c340b837feb5280227372017d9019d70c (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!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 http-equiv="Content-Type" content="text/html;charset=UTF-8">
		<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="only light" />
		<meta name="theme-color" content="#606c37">
		<meta name="robots" content="all" />
		<link rel="sitemap" href="{{ .Site }}/sitemap.xml" />
		<link rel="canonical" href="{{ .Site }}{{ .Slug }}">
		<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 }}{{ .Slug }}" />
		<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="icon" href="{{ .Site }}/assets/emoji_crocodile.svg"
			type="image/svg">
		<link rel="mask-icon" href="{{ .Site }}/assets/emoji_crocodile.svg">
		<link rel="stylesheet" href="{{ .Site }}/css/style.css">
		<link rel="stylesheet" href="{{ .Site }}/css/prism.css">
		<script src="{{ .Site }}/js/prism.js"></script>
	</head>
	<body>
		<header aria-label="Page header" class="header">
			<div class="header-container-left">
				<a href="/">
					<img src="{{ .Site }}/assets/crocc_logo.svg"
						alt="A green crocodile emoji" class="logo">
				</a>
			</div>
			<nav class="header-container-right" v>
				<ul>
					<li>
						<h3><a href="/" class="header-link">About</a></h3>
					</li>
					<li>
						<h3><a href="/doc" class="header-link">Documentation</a>
						</h3>
					</li>
					<li>
						<h3><a href="/example" class="header-link">Example</a>
						</h3>
					</li>
					<li>
						<h3><a href="https://github.com/n1c00o/crocc"
								target="_blank" class="header-link">Source</a>
						</h3>
					</li>
				</ul>
			</nav>
		</header>
		<main>
			{{ .Content }}
		</main>
		<footer role="contentinfo" aria-label="Page footer" class="footer">
			<hr>
			<div class="footer-nav">
				<nav aria-label="Footer links" class="footer-column-left">
					<ul>
						<li><a href="/" class="footer-link">Website</a></li>
						<li><a href="/doc" class="footer-link">Documentation</a>
						<li><a href="https://github.com/n1c00o/crocc"
								target="_blank" class="footer-link">
								View source
							</a></li>
						<li><a href="https://github.com/n1c00o/crocc/issues"
								target="_blank" class="footer-link">File
								a bug</a></li>
					</ul>
				</nav>
				<div aria-label="Footer copyright" class="footer-column-right">
					<div>
						<p>Unless stated otherwise, the content of this page is
							licensed under the <a
								href="https://creativecommons.org/licenses/by/4.0/"
								target="_blank" class="footer-link">Creative
								Commons Attribution 4.0
								License</a>, and code samples are licensed under
							the <a
								href="https://github.com/n1c00o/crocc/blob/master/LICENSE"
								target="_blank" class="footer-link">BSD-3-Clause
								License</a>.
						</p>
						<p>© 2023 <a href="https://www.nc0.fr" target="_blank"
								class="footer-link">Nicolas Paul</a></p>
					</div>
				</div>
			</div>
		</footer>
	</body>
</html>