Files
blog.raer.me/www/index.html
2024-01-17 11:10:13 -08:00

38 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index</title>
</head>
<body>
<nav>
<a href="/index.html">Index</a>
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
</nav>
<hr>
<h1>Hi Jaimie C:</h1>
<p>I love you very much <3</p>
<hr>
<h1>Latest blog entry</h1>
<p><a href="/blog/2023/07/03/doing-more-stuff.html">Doing more stuff</a></p>
<hr>
<h1>stuff to do</h1>
<p>Below is a list of stuff I find interesting/worthy of being posted here.</p>
<ul>
<li><a href="https://www.youtube.com/watch?v=QLnO9EV591Y">Saving Time is for Suckers</a> | Podcast I'm listening to as I write this (can't think of shit at the moment, lol)</li>
</ul>
<hr>
<h1>Blog entries...</h1>
<p>Click this <a href="blog">link</a> for blog entries.</p>
<hr>
<footer>
<p>updated: 19th November, 2023 @ 7:00pm PST</p>
<p><s>updated: 3rd July, 2023 @ 4:00pm PDT</s></p>
<p>published: 28th June, 2023</p>
</footer>
</body>
</html>