hexaitos.com/_site/2024/09/30/first_blog_post.html

41 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="">
<title>My first blog post</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<div class="menu">
<a href="/index.html">Home</a>
<a href="/blog.html">Blog</a>
<a href="/art.html">Art</a>
<a href="/refsheet.html">Ref sheet</a>
<a href="/buttons.html">Buttons</a>
<a href="/contact.html">Contact</a>
</div>
<div class="main">
<h1>My first blog post</h1>
<p style="text-align: right; font-style: italic;">This post was published on 30 Sep 2024</p>
<p>Hello everyone! This is my first blog post, mostly just to try out how everything works.</p>
<div class="clearfix"></div>
</div>
<footer>
<p>2024 - 2024 hexaitos.com</p>
<img src="/assets/images/buttons/websites/hexaitos.png" loading="lazy">
<a rel="me" href="https://squawk.social/@hexaitos"></a>
</footer>
</body>
</html>