720d5d64d5
Impressum/Datenschutz/Beitragsordnung als Links ueber der Ueberschrift, Ueberschrift in "Kontrollverlust" umbenannt (verlinkt auf den Feed), "mein Profil" und "zurueck zum Feed" im Button-Layout. datenschutz.html aus bb6b966 wiederhergestellt, damit der Link nicht ins Leere fuehrt. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
42 lines
1.2 KiB
HTML
42 lines
1.2 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>
|
|
</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>
|
|
<input name="file" type="file" accept="image/*">
|
|
<button type="submit">Antworten</button>
|
|
</form>
|
|
<p class="msg" id="reply-msg"></p>
|
|
</section>
|
|
|
|
<h2 id="replies-heading">Antworten</h2>
|
|
<section id="replies"></section>
|
|
</main>
|
|
|
|
<script src="/js/feed.js"></script>
|
|
<script src="/js/entry.js"></script>
|
|
</body>
|
|
</html>
|