72 lines
2.2 KiB
HTML
72 lines
2.2 KiB
HTML
<!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="75px" />
|
|
</div>
|
|
<p>NIRMAL KUMAR R</p>
|
|
</a>
|
|
|
|
<nav>
|
|
<a href="/blog.html">Blog</a>
|
|
<a href="/poems.html">Poems</a>
|
|
<a href="mailto:nirmal@posteo.net">Contact</a>
|
|
</nav>
|
|
|
|
<main>
|
|
<ul>
|
|
<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/mysticmode.srht.site">here</a>.
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|