nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

love-for-a-stranger.html (2151B)


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