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

30 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
</head>
<body>
<nav>
<a href="/index.html">Index</a>
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
</nav>
<hr>
<main>
<h1>About?</h1>
<p>How long's't been since you've seen an about page? Sheesh, who even *writes* these things?</p>
<h2>What is this?</h2>
<p>This is a website. An old-fashioned static one. I edit the html directly. Its a tech blog of sorts? its more just a whatever-the-fuck-i-feel-like blog, honestly. Its my website. I host it. I do what I want with it 'cuz I can. Deal with it, baby :3</p>
<h3>More...</h3>
<p>Check out the webdominatrix's <a href="https://github.com/freyjagp">github</a> page if you'd like to see more...</p>
<p>You can also go to her <a href="https://gitea.raer.me/">gitea</a> if you so choose, but its not very public.</p>
</main>
<hr>
<footer>
<p>published 29th june, 2023 @ 11:30pm PDT</p>
<p>Updated 07/03/2023 16:26</p>
</footer>
</body>
</html>