Update the source repository

This commit is contained in:
2024-08-29 18:10:41 +05:30
committed by GitHub
parent 0c489d0c0d
commit b5a84f2814
26 changed files with 354 additions and 360 deletions
+76 -64
View File
@@ -1,71 +1,83 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/img/favicon.png" />
<title>Nirmal Kumar R - blog</title>
<link rel="stylesheet" href="/style.css" />
</head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/img/favicon.png">
<title>Nirmal Kumar R - blog</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<a href="/" class="header">
<div class="logo">
<img src="/img/nklogo.png" width="75px" />
</div>
<p>NIRMAL KUMAR R</p>
</a>
<body>
<a href="/" class="header">
<div class="logo">
<img src="/img/nklogo.png" width="75px" />
</div>
<p>NIRMAL KUMAR R</p>
</a>
<nav>
<a href="/blog.html">Blog</a>
<a href="/poems.html">Poems</a>
<a href="mailto:nirmal@posteo.net">Contact</a>
</nav>
<nav>
<a href="/blog.html">Blog</a>
<a href="/poems.html">Poems</a>
<a href="mailto:nirmal@posteo.net">Contact</a>
</nav>
<main>
<ul>
<li>
<a href="poems/polar-bliss.html">Polar bliss</a> <span class="date">[2023-04-09]</span>
</li>
<li>
<a href="poems/free-yourself.html">Free yourself</a> <span class="date">[2023-01-26]</span>
</li>
<li>
<a href="poems/love-for-a-stranger.html">Love for a stranger</a> <span class="date">[2022-12-10]</span>
</li>
<li>
<a href="poems/a-place-in-my-heart.html">A place in my heart</a> <span class="date">[2022-11-26]</span>
</li>
<li>
<a href="poems/seeker.html">Seeker</a> <span class="date">[2022-10-14]</span>
</li>
<li>
<a href="poems/path-and-love.html">Path and Love</a> <span class="date">[2022-09-29]</span>
</li>
<li>
<a href="poems/my-life-is-not-shrinking.html">My life is not shrinking</a> <span
class="date">[2022-05-22]</span>
</li>
<li>
<a href="poems/dont-just-get-going.html">Don't just get going</a> <span class="date">[2022-01-05]</span>
</li>
<li>
<a href="poems/life-is-preciously-short.html">Life is preciously short</a> <span
class="date">[2021-08-12]</span>
</li>
<li>
<a href="poems/solitude.html">Solitude</a> <span class="date">[2014-09-09]</span>
</li>
</ul>
</main>
<footer>
<hr>
© 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/mysticmode.srht.site">here</a>.
</footer>
</body>
<main>
<ul>
<li>
<a href="poems/polar-bliss.html">Polar bliss</a>
<span class="date">[2023-04-09]</span>
</li>
<li>
<a href="poems/free-yourself.html">Free yourself</a>
<span class="date">[2023-01-26]</span>
</li>
<li>
<a href="poems/love-for-a-stranger.html">Love for a stranger</a>
<span class="date">[2022-12-10]</span>
</li>
<li>
<a href="poems/a-place-in-my-heart.html">A place in my heart</a>
<span class="date">[2022-11-26]</span>
</li>
<li>
<a href="poems/seeker.html">Seeker</a>
<span class="date">[2022-10-14]</span>
</li>
<li>
<a href="poems/path-and-love.html">Path and Love</a>
<span class="date">[2022-09-29]</span>
</li>
<li>
<a href="poems/my-life-is-not-shrinking.html"
>My life is not shrinking</a
>
<span class="date">[2022-05-22]</span>
</li>
<li>
<a href="poems/dont-just-get-going.html">Don't just get going</a>
<span class="date">[2022-01-05]</span>
</li>
<li>
<a href="poems/life-is-preciously-short.html"
>Life is preciously short</a
>
<span class="date">[2021-08-12]</span>
</li>
<li>
<a href="poems/solitude.html">Solitude</a>
<span class="date">[2014-09-09]</span>
</li>
</ul>
</main>
<footer>
<hr />
© 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://github.com/mysticmode/mysticmode.github.io">here</a>.
</footer>
</body>
</html>