Files
homepage/home.html
Krrish Ghimire dd3408c173 my site
2025-07-19 12:55:42 +05:45

30 lines
810 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>🏠 Krrish's Radical Webzone</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>🌈 Welcome to Krrish's Webzone!</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>
<img src="./gifs/home.gif" class="gif">
<div class="ascii-title">===[ INTRO ]===</div>
<p>Yo! I'm <b>Krrish</b> — a time traveler from the 90s here to share my creations with the modern web. 💾</p>
</div>
<marquee>I am roaming around the internet.</marquee>
</body>
</html>