-
Notifications
You must be signed in to change notification settings - Fork 0
/
poems.html
87 lines (83 loc) · 2.68 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/img/favicon.png" />
<title>Nirmal Kumar R - blog</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<a href="/" class="header">
<div class="logo">
<img src="/img/nklogo.png" width="90px" />
</div>
<p><img src="/img/nirmal-banner.png" height="70px"></p>
</a>
<nav>
<a href="/blog.html">Blog</a>
<a href="/poems.html">Poems</a>
<a href="/devlog.html">Devlog</a>
<a href="mailto:[email protected]">Contact</a>
</nav>
<main>
<ul>
<li>
<a href="poems/shades-of-status-quo.html">Shades of status quo</a>
<span class="date">[2024-12-20]</span>
<li>
<a href="poems/polar-bliss.html">Polar bliss</a>
<span class="date">[2023-04-09]</span>
</li>
<li>
<a href="poems/free-yourself.html">Free yourself</a>
<span class="date">[2023-01-26]</span>
</li>
<li>
<a href="poems/love-for-a-stranger.html">Love for a stranger</a>
<span class="date">[2022-12-10]</span>
</li>
<li>
<a href="poems/a-place-in-my-heart.html">A place in my heart</a>
<span class="date">[2022-11-26]</span>
</li>
<li>
<a href="poems/seeker.html">Seeker</a>
<span class="date">[2022-10-14]</span>
</li>
<li>
<a href="poems/path-and-love.html">Path and Love</a>
<span class="date">[2022-09-29]</span>
</li>
<li>
<a href="poems/my-life-is-not-shrinking.html"
>My life is not shrinking</a
>
<span class="date">[2022-05-22]</span>
</li>
<li>
<a href="poems/dont-just-get-going.html">Don't just get going</a>
<span class="date">[2022-01-05]</span>
</li>
<li>
<a href="poems/life-is-preciously-short.html"
>Life is preciously short</a
>
<span class="date">[2021-08-12]</span>
</li>
<li>
<a href="poems/solitude.html">Solitude</a>
<span class="date">[2014-09-09]</span>
</li>
</ul>
</main>
<footer>
<hr />
© Nirmal Kumar R. All original text, is licensed under a
<a href="http://creativecommons.org/licenses/by/4.0/"
>Creative Commons Attribution 4.0 International License</a
>. Source code of this website can be found
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
</footer>
</body>
</html>