pages/blog/index.html
2025-01-24 01:11:20 -05:00

37 lines
1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
<title></title>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/atom.xml">
</head>
<body>
<nav class="navbar">
<li><h1 class="title"><a href="/">wanderlost</a></h1></li>
<li><a href="/">Home</a></li>
<li><a href="/blog/">Index</a></li>
<li><a href="/blog/atom.xml">Atom</a></li>
</nav>
<main>
<div class="posts">
<div class="post">
<h3 class="post-title">
<a href="&#x2F;blog&#x2F;test&#x2F;">
this is a test
</a> - 2025-01-23
</h3>
</div>
</div>
</main>
</body>
</html>