-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoems.html
43 lines (31 loc) · 1.22 KB
/
poems.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
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="">
<head>
<link rel="stylesheet" type="text/css" href="https://privacyfreak84.github.io/style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon1.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="favicon1.ico" type="image/x-icon"/>
<title>poems- privacyfreak84</title>
<script async src="https://analytics.umami.is/script.js" data-website-id="bcdfe0f6-dea8-4d11-bdf1-c8b491122376"></script>
</head>
<body>
<main>
<br>
<nav>
<ul>
<li><a href="https://privacyfreak84.github.io/index.html">Home</a></li>
<li> <a href="https://privacyfreak84.github.io/about.html">About</a></li>
<li> <a href="https://privacyfreak84.github.io/contact.html">Contact</a></li>
<li> <a href="https://privacyfreak84.github.io/blog.html">Blog</a></li>
<li><a href="https://privacyfreak84.github.io/poems.html">Poems</a> </li>
</ul>
</nav>
<br> <br>
<br> <br>
<h2>i've written a few poems</h2>
<a href="/poems/thelanguageofthewalls.html">the language of the walls</a>
</main>
<footer></footer>
</body>
</html