poems.html (3206B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <link rel="icon" type="image/png" href="/img/favicon.png" /> 7 <title>Nirmal Kumar R - blog</title> 8 <link rel="stylesheet" href="/style.css" /> 9 </head> 10 <body> 11 <a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a> 12 <a href="/" class="header"> 13 <div class="logo"> 14 <img src="/img/garden.png" width="70px" /> 15 </div> 16 <p><img src="/img/nirmal-banner.png" height="50px"></p> 17 </a> 18 <nav> 19 <a href="/">Home</a> 20 <a href="/blog.html">Blog</a> 21 <a href="/poems.html">Poems</a> 22 <a href="mailto:hi@nirm.al">Contact</a> 23 </nav> 24 <main> 25 <ul> 26 <li> 27 <a href="poems/questioning-of-silence.html">Questioning of silence</a> 28 <span class="date">[2025-11-18]</span> 29 </li> 30 <li> 31 <a href="poems/musical-play.html">Musical play</a> 32 <span class="date">[2025-10-12]</span> 33 </li> 34 <li> 35 <a href="poems/you-not-be-me.html">You not be me</a> 36 <span class="date">[2025-01-30]</span> 37 </li> 38 <li> 39 <a href="poems/shades-of-status-quo.html">Shades of status quo</a> 40 <span class="date">[2024-12-20]</span> 41 </li> 42 <li> 43 <a href="poems/polar-bliss.html">Polar bliss</a> 44 <span class="date">[2023-04-09]</span> 45 </li> 46 <li> 47 <a href="poems/free-yourself.html">Free yourself</a> 48 <span class="date">[2023-01-26]</span> 49 </li> 50 <li> 51 <a href="poems/love-for-a-stranger.html">Love for a stranger</a> 52 <span class="date">[2022-12-10]</span> 53 </li> 54 <li> 55 <a href="poems/a-place-in-my-heart.html">A place in my heart</a> 56 <span class="date">[2022-11-26]</span> 57 </li> 58 <li> 59 <a href="poems/seeker.html">Seeker</a> 60 <span class="date">[2022-10-14]</span> 61 </li> 62 <li> 63 <a href="poems/path-and-love.html">Path and Love</a> 64 <span class="date">[2022-09-29]</span> 65 </li> 66 <li> 67 <a href="poems/my-life-is-not-shrinking.html">My life is not shrinking</a> 68 <span class="date">[2022-05-22]</span> 69 </li> 70 <li> 71 <a href="poems/dont-just-get-going.html">Don't just get going</a> 72 <span class="date">[2022-01-05]</span> 73 </li> 74 <li> 75 <a href="poems/life-is-preciously-short.html">Life is preciously short</a> 76 <span class="date">[2021-08-12]</span> 77 </li> 78 <li> 79 <a href="poems/solitude.html">Solitude</a> 80 <span class="date">[2014-09-09]</span> 81 </li> 82 </ul> 83 </main> 84 <footer> 85 <hr /> 86 © Nirmal Kumar R. All original text, is licensed under a 87 <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. 88 Source code of this website can be found 89 <a href="https://github.com/mysticmode/mysticmode.github.io">here</a>. 90 </footer> 91 </body> 92 </html>