Anarchyphase-Website/website/post.html
2026-04-21 21:35:28 +02:00

41 lines
1.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Post - Anarchy Phase</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<header>
<nav>
<a href="/" class="logo">Anarchy Phase</a>
<ul class="nav-links">
<li><a href="/#concept">Concept</a></li>
<li><a href="/#socials">Social</a></li>
<li><a href="/#team">Team</a></li>
<li><a href="/#posts">Posts</a></li>
</ul>
</nav>
</header>
<main>
<section id="post-hero" class="bg-image-section">
<h1 id="post-title">Loading...</h1>
</section>
<section id="post-content">
<div id="post-body" class="post-content">
<p>Loading post content...</p>
</div>
</section>
</main>
<footer>
<p>Imprint ....</p>
</footer>
<script src="/app.js"></script>
<script src="/md-render.js"></script>
</body>
</html>