-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_header.html
35 lines (30 loc) · 857 Bytes
/
_header.html
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
<!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.1b8b925727a47aa0b397d2326344c60a14f98d348ccd63b9047f3a72456552ad.css"
type="text/css"
/>
<link
rel="icon"
href="/favicon.1d9d66e8e0f6f92db8c49e54f947c1f74da9a1a71ab0a0749fb43679df437515.svg"
type="image/svg+xml"
/>
<!--title is automatically filled in by ssg-->
<title></title>
<meta name="color-scheme" content="light dark"/>
<link rel="alternate" type="application/atom+xml" href="/rss.xml"/>
</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>
</ul>
</nav>
</header>