time-goes-by-and-does-life-grow-in-you.html (1657B)
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 - Time goes by and does life grow in you?</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"> 26 Time goes by and does life grow in you? 27 <span class="date">[2022-07-09]</span> 28 </div> 29 <div class="content"> 30 <p> 31 Life seems to be good if I try to do and experience things that are 32 versatile. I’m not a specialist in anything and my head wanders around 33 several interests that I’d like to do at the time and I do that. 34 </p> 35 </div> 36 </section> 37 <footer> 38 <hr /> 39 © Nirmal Kumar R. All original text, is licensed under a 40 <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. 41 Source code of this website can be found 42 <a href="https://github.com/mysticmode/mysticmode.github.io">here</a>. 43 </footer> 44 </body> 45 </html>