Files
website/poems.html
T
2024-07-28 00:02:07 +05:30

73 lines
2.3 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="https://ik.imagekit.io/mysticmode/home/favicon.png">
<title>Nirmal Kumar R - blog</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<div>
<img loading="lazy" src="https://ik.imagekit.io/mysticmode/home/name.png" alt="My Full Name - Nirmal Kumar R">
</div>
</header>
<nav>
<a href="/">Home</a>
<a href="/blog.html">Blog</a>
<a href="/poems.html">Poems</a>
<a href="/devlog.html">Devlog</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://github.com/mysticmode/mysticmode.github.io">here</a>.
</footer>
</body>
</html>