nirm.al

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

polar-bliss.html (1971B)


      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 - Polar bliss</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">Polar bliss <span class="date">[2023-04-09]</span></div>
     28 
     29       <div class="content">
     30         <p>
     31           With the polar fire on;<br />
     32           I can catch me onto the muse of bliss.<br />
     33           And threads of words get slips;<br />
     34           with no intention of showing my whiz;<br />
     35           just to enjoy the moments’ chills.
     36         </p>
     37 
     38         <p>
     39           When it spirals downwards the stairways;<br />
     40           Mother kinds me with lulls.<br />
     41           Is it necessary that I need to do this fuss?<br />
     42           Ain’t I became the normies lulz?!
     43         </p>
     44 
     45         <p>
     46           I just lit my wills, my mind thinks;<br />
     47           Juices flowing on the paper has no more stirs.<br />
     48           But I’ve seen this to care less, cuz I know it eventually hits.
     49         </p>
     50       </div>
     51     </section>
     52 
     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/"
     57         >Creative Commons Attribution 4.0 International License</a
     58       >. Source code of this website can be found
     59       <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
     60     </footer>
     61   </body>
     62 </html>