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