my site
This commit is contained in:
29
home.html
Normal file
29
home.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!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>
|
Reference in New Issue
Block a user