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

31 lines
931 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>📓 Journal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>📓 Krrish's Journal</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">===[ ENTRY: 07/15/2025 ]===</div>
<p>Made a retro website. Feels good. Might replace my entire online presence with this.</p>
<div class="ascii-title">===[ ENTRY: 07/17/2025 ]===</div>
<p>Added links page with some cool places to be on the internet.</p>
<p style="margin-top: 30px;"><img src="./gifs/journal.gif" class="gif"></p>
</div>
<marquee>I am roaming around the internet.</marquee>
</body>
</html>