-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
37 lines (37 loc) · 1.06 KB
/
template.html
File metadata and controls
37 lines (37 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A personal site by Xi Zhang exploring culture, data sovereignty, and more.">
<title>Xi</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🦬</text></svg>">
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<header>
<h1><span class="culture">Culture</span> <span class="accent">Bobbin</span></h1>
</header>
<nav>
<ul>
<li>
<a href="/readings">Readings</a>
</li>
<li>
<a href="/writings">Writings</a>
</li>
<li>
<a href="/recipes">Recipes</a>
</li>
<li>
<a href="/forms/">Forms</a>
</li>
<li>
<a href="/index.html">About</a>
</li>
</ul>
</nav>
<main>
</main>
</body>
</html>