pages/blog/index.html

39 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2025-01-24 01:11:20 -05:00
<!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">
2025-01-24 12:21:59 -05:00
<title>Zaydblog</title>
2025-01-24 01:11:20 -05:00
<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">
2025-01-24 12:21:59 -05:00
<a href="&#x2F;blog&#x2F;new-blog&#x2F;">
Zaydsite now
</a> - 2025-01-24
2025-01-24 01:11:20 -05:00
</h3>
2025-01-24 12:21:59 -05:00
<p>site finally launches, blog online</p>
2025-01-24 01:11:20 -05:00
</div>
</div>
</main>
</body>
</html>