-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (30 loc) · 1.15 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Unknown Archives</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Lora&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<a href="index.html" class="navbar-sitename">The Unknown Archives</a>
<ul class="navbar-list">
<li><a href="bio.html">Who?</a></li>
<li>What?</li>
<li>Where?</li>
<li>When?</li>
<li>Why?</li>
</ul>
</nav>
<main>
<p><h3>You're still early, but you're welcome to stay if you'd like.</h3></p>
<img class="content" src="https://storageapi.fleek.co/9fbe43b0-1d37-4082-9d94-905f7f7d5ba5-bucket/portrait.jpg">
</main>
<footer>
<a href="https://twitter.com/purposeunkn0wn" target="blank"></a>
<a href="https://github.com/PurposeUnknown" target="blank"></a>
</footer>
</body>
</html>