This commit is contained in:
Krrish Ghimire
2025-07-19 12:55:42 +05:45
commit dd3408c173
19 changed files with 522 additions and 0 deletions

51
links.html Normal file
View File

@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<title>🔗 Links</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>🧊 Cool places to be in</h1>
<div class="content">
<p>
<a href="home.html">🏠 Home</a> |
<a href="about.html">🧑 About</a> |
<a href="projects.html">💻 Projects</a> |
<a href="guestbook.html">📖 Guestbook</a> |
<a href="journal.html">📓 Journal</a> |
<a href="links.html">🔗 Links</a> |
<a href="secrets.html">🕵️ Secrets</a> |
</p>
<div class="ascii-title">===[ SPIRITUALITY ]===</div>
<div><a href="https://brahmasatya.com">Brahmasatya</a></div>
<div><a href="https://knowledge.krrishg.com">Path of Knowledge</a></div>
<div><a href="https://gyanmarg.guru">Gyan Marg</a></div>
<div class="ascii-title">===[ TECH ]===</div>
<div><a href="https://lukesmith.xyz">Luke Smith</a></div>
<div><a href="https://wiby.me">Wiby</a></div>
<div><a href="https://fsf.org">Free Software Foundation</a></div>
<div><a href="https://gnu.org">GNU</a></div>
<div><a href="https://stallman.org">Richard Stallman</a></div>
<div><a href="https://neocities.org">Neocities</a></div>
<div class="ascii-title">===[ CHESS ]===</div>
<div><a href="https://lichess.org">Lichess</a></div>
<div class="ascii-title">===[ BOOKS ]===</div>
<div><a href="https://www.gutenberg.org">Gutenberg</a></div>
<div class="ascii-title">===[ CHECK IT OUT ]===</div>
<div><a href="https://petrapixel.neocities.org/">Petrapixel</a></div>
<div><a href="https://nenrikido.neocities.org/">Nenrikido</a></div>
<div><a href="https://dokode.moe/">Dokodemo</a></div>
<div><a href="https://www.404pagefound.com/">404PageFound</a></div>
<div><a href="https://www.3dtextmaker.com/">3DTextMaker</a></div>
<div><a href="https://gifcities.org/">Gifcities</a></div>
<p style="margin-top: 30px;"><img src="./gifs/link.gif" class="gif" alt="link gif"></p>
</div>
<marquee>I am roaming around the internet.</marquee>
</body>
</html>