nirm.al

My Website
Log | Files | Refs | README | LICENSE

polar-bliss.html (2033B)


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