a-place-in-my-heart.html (2086B)
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 - A place in my heart</title> 8 <link rel="stylesheet" href="/style.css" /> 9 </head> 10 11 <body> 12 <a href="/" class="header"> 13 <div class="logo"> 14 <img src="/img/nklogo.png" width="90px" /> 15 </div> 16 <p><img src="/img/nirmal-banner.png" height="70px"></p> 17 </a> 18 19 <nav> 20 <a href="/blog.html">Blog</a> 21 <a href="/poems.html">Poems</a> 22 <a href="/devlog.html">Devlog</a> 23 <a href="mailto:nirmal@posteo.net">Contact</a> 24 </nav> 25 26 <section class="content-wrapper"> 27 <div class="title">A place in my heart <span class="date">[2022-11-26]</span></div> 28 29 <div class="content"> 30 <p> 31 There is a place in my heart<br /> 32 for those who suffered the inevitable and stun life; 33 </p> 34 35 <p> 36 There is a place in my heart<br /> 37 for those embrace life however uncertain it could be; 38 </p> 39 40 <p> 41 There is a place in my heart<br /> 42 for those who put heart and soul for the helpless; 43 </p> 44 45 <p> 46 There is a place in my heart<br /> 47 for those whose sword of life is conscience; 48 </p> 49 50 <p> 51 There is a place in my heart<br /> 52 for those who share life and not preach; 53 </p> 54 55 <p> 56 There is always a place in my heart<br /> 57 for you to come abide of nothing and seek for that,<br /> 58 which is truth. 59 </p> 60 </div> 61 </section> 62 63 <footer> 64 <hr /> 65 © Nirmal Kumar R. All original text, is licensed under a 66 <a href="http://creativecommons.org/licenses/by/4.0/" 67 >Creative Commons Attribution 4.0 International License</a 68 >. Source code of this website can be found 69 <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>. 70 </footer> 71 </body> 72 </html>