yak-blog/article.html

36 lines
997 B
HTML
Raw Normal View History

2025-04-26 12:49:53 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Revolt & Reason</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="wrapper">
<header id="header">
<div class="title-container">
<h1 id="site-title">Revolt & Reason</h1>
<!-- <div id="article-title">Loading article...</div> -->
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<!-- <li><a href="about.html">About</a></li> -->
</ul>
</nav>
</header>
<main>
<!-- This will be filled by JavaScript -->
</main>
<footer id="footer">
<p>&copy; 2025 yak-blog v1 All rights reserved.</p>
</footer>
</div>
<script src="js/main.js"></script>
</body>
</html>