love-for-a-stranger.html (2211B)
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 - Love for a stranger</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 <section class="content-wrapper"> 25 <div class="title">Love for a stranger <span class="date">[2022-12-10]</span></div> 26 <div class="content"> 27 <p> 28 My dear strange love<br /> 29 I wanted to go wherever you go now; 30 </p> 31 <p> 32 Sounds a bit haphazard ask, right?<br /> 33 Yeah!, but you know, those unmade paths<br /> 34 that you are gonna take me are gonna be<br /> 35 the whistling moments that gets me<br /> 36 out of this sluggish reality; 37 </p> 38 <p> 39 Is that the life that puts me on thorn foots or I'm on<br /> 40 a phase where me going nowhere, I'm no sure of either; 41 </p> 42 <p> 43 All I can feel now is the beats that gets me on you,<br /> 44 is right on with you as well; 45 </p> 46 <p> 47 My dear strange love,<br /> 48 don't you get it? I'm meant to this strange moment<br /> 49 that you are the one who's gonna take me and take me away. 50 </p> 51 </div> 52 </section> 53 <footer> 54 <hr /> 55 © Nirmal Kumar R. All original text, is licensed under a 56 <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. 57 Source code of this website can be found 58 <a href="https://github.com/mysticmode/mysticmode.github.io">here</a>. 59 </footer> 60 </body> 61 </html>