2024-09-30 14:14:56 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
|
|
|
|
<title>My first blog post</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
|
|
|
|
|
|
<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="/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>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<p>2024 - 2024 hexaitos.com</p>
|
|
|
|
<p>Made with Jekyll</p>
|
2024-09-30 14:34:15 +00:00
|
|
|
<a rel="me" href="https://squawk.social/@hexaitos"></a>
|
2024-09-30 14:14:56 +00:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
</html>
|