43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Kontrollverlust</title>
|
|
<link rel="stylesheet" href="/css/app.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav id="legal">
|
|
<a href="/static/docs/impressum.html">Impressum</a> -
|
|
<a href="/static/docs/datenschutz.html">Datenschutz</a> -
|
|
<a href="/static/docs/beitragsordnung.html">Beitragsordnung</a> -
|
|
<a href="/stats.html">Statistik</a>
|
|
</nav>
|
|
<a href="/"><h1>Kontrollverlust</h1></a>
|
|
<div id="headerbar"><a class="button" href="/">zurück zum Feed</a></div>
|
|
</header>
|
|
|
|
<main>
|
|
<section id="ancestors"></section>
|
|
<div id="focus"></div>
|
|
|
|
<!-- Nur für eingeloggte Nutzer -->
|
|
<section id="reply-box" hidden>
|
|
<form id="reply-form">
|
|
<textarea name="content" rows="3" maxlength="1000" placeholder="Antworten…"></textarea>
|
|
<p class="muted" id="reply-paste-msg"></p>
|
|
<input name="file" type="file" accept="image/*">
|
|
<button type="submit">Antworten</button>
|
|
</form>
|
|
<p class="msg" id="reply-msg"></p>
|
|
</section>
|
|
|
|
<section id="replies"></section>
|
|
</main>
|
|
|
|
<script src="/js/feed.js"></script>
|
|
<script src="/js/entry.js"></script>
|
|
</body>
|
|
</html>
|