-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_header.html
More file actions
70 lines (64 loc) · 2.07 KB
/
_header.html
File metadata and controls
70 lines (64 loc) · 2.07 KB
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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="/styles.b551ad9b0f4f574d9f7a64042e15fe8a04fe14e57270cbb11111a1c71d9b5b64.css"
type="text/css"
/>
<link
rel="icon"
href="/favicon.65bb9555ff1a7a7f5bc51efb9ef2ec412cfe583c57f2b1116cadddeed726a838.png"
type="image/png"
sizes="96x96"
/>
<link
rel="icon"
href="/favicon.fc35321e5fc93069768934beab48bbc20ec429151ef7fd47a7aebfcb0cf668b3.svg"
type="image/svg+xml"
/>
<link rel="shortcut icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.67af8e5276db678f59ae020ba02c740e13e5251a56bd64845e9825d6f3244b0a.png"
/>
<meta name="apple-mobile-web-app-title" content="anthes.is" />
<link rel="manifest" href="/site.webmanifest" />
<script src="/js/load-fonts.b4f8eef2ca4f7efbfbba0d5f7890a0bb1648d595ba77d137a1a4675099b7a47e.js"></script>
<noscript>
<link
rel="stylesheet"
href="/styles-noscript.db6a2714b9e1b1c6beb69fd489ca559c50af8c5232c0ad7b2667633a711440e9.css"
type="text/css"
/>
</noscript>
<!--title is automatically filled in by ssg-->
<title></title>
<meta name="color-scheme" content="light dark" />
<meta
name="theme-color"
content="#fff3eb"
media="(prefers-color-scheme: light)"
/>
<meta
name="theme-color"
content="#292c37"
media="(prefers-color-scheme: dark)"
/>
<link rel="alternate" type="application/atom+xml" href="/rss.xml" />
<link rel="canonical" href="" />
</head>
<body>
<header>
<nav class="navbar">
<ul>
<li><a href="/" hreflang="en">Home</a></li>
<li><a href="/contact.html" hreflang="en">Contact</a></li>
<li><a href="/src.html" hreflang="en">Source code</a></li>
<li><a href="https://www.anthes.is/rss.xml" hreflang="en">RSS</a></li>
</ul>
</nav>
</header>