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>
|
|
|
|
|
<nav>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="index.html">Home</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<main>
|
|
|
|
|
<!-- This will be filled by JavaScript -->
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
<footer id="footer">
|
2026-05-05 15:12:30 +01:00
|
|
|
<p>© 2026 yak-blog v1 All rights reserved.</p>
|
2025-04-26 12:49:53 +01:00
|
|
|
</footer>
|
|
|
|
|
</div>
|
|
|
|
|
|
2026-05-05 15:12:30 +01:00
|
|
|
<script src="js/marked.min.js"></script>
|
2025-04-26 12:49:53 +01:00
|
|
|
<script src="js/main.js"></script>
|
|
|
|
|
</body>
|
2026-05-05 15:12:30 +01:00
|
|
|
</html>
|