nirm.al

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

nothing-can-beat-this.html (1564B)


      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 - Nothing can beat this</title>
      8     <link rel="stylesheet" href="/style.css">
      9   </head>
     10   <body>
     11     <a href="/" class="header">
     12       <div class="logo">
     13         <img src="/img/nklogo.png" width="90px" />
     14       </div>
     15       <p><img src="/img/nirmal-banner.png" height="70px"></p>
     16     </a>
     17   
     18     <nav>
     19       <a href="/blog.html">Blog</a>
     20       <a href="/poems.html">Poems</a>
     21       <a href="/devlog.html">Devlog</a>
     22       <a href="mailto:nirmal@posteo.net">Contact</a>
     23     </nav>
     24 
     25     <section class="content-wrapper">
     26       <div class="title">Nothing can beat this <span class="date">[2024-03-11]</span></div>
     27 
     28       <div class="content">
     29 	
     30     <p>Nothing can beat this - there could be lot of books, videos, documentaries on life and well-being, spiritually and philosophically and even others' lives if you consider to follow but Learning from one's own experience is the most powerful one of all.</p>
     31 
     32     <p>If you find that way, you will find the way.</p>
     33     </p>
     34       </div>
     35     </section>
     36 
     37     <footer>
     38       <hr>
     39       © Nirmal Kumar R. All original text, is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. Source code of this website can be found <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
     40     </footer>
     41   </body>
     42 </html>