Inital Commit
This commit is contained in:
commit
a309e824be
29 changed files with 2856 additions and 0 deletions
41
website/post.html
Normal file
41
website/post.html
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<!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>
|
||||
Loading…
Reference in a new issue