This commit is contained in:
2025-05-02 15:12:52 +02:00
parent a2a6933058
commit 6bfc272c46
4 changed files with 167 additions and 6 deletions

View File

@@ -8,16 +8,19 @@
</head>
<body>
<header>
<h1>Ask Stallman</h1>
<div class="inner">
<h1>Ask Stallman</h1>
</div>
</header>
{%- if message.len() != 0 -%}
<div class="notification {{ ntfy_class }}">
<div class="notification notification-{{ ntfy_class }}">
<p>{{ message }}</p>
</div>
{%- endif -%}
<div class="question">
<form method="post">
<input type="text" name="question" placeholder="Your question" autocomplete="off" maxlength="1024">
<input class="input" type="text" name="question" placeholder="Your question" autocomplete="off" maxlength="1024">
<input class="submit" type="submit" value="Send question">
</form>
</div>
<div class="info">
@@ -35,7 +38,7 @@
</ul>
</div>
<footer>
<p><a href="https://zumepro.cz">Zumepro</a> 2025</p>
<p><a href="https://zumepro.cz" target="_blank">Zumepro</a></p>
</footer>
</body>
</html>