This commit is contained in:
Erik Thiele
2026-04-12 15:59:19 +02:00
parent bbc75d5c98
commit 20eacbb82f
70 changed files with 53580 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{% extends "layout.html" %}
{% block content %}
<div style="text-align:center; margin-top:50px; color:#00ffcc;">
<h1>Admin</h1>
<form method="POST">
<input type="text" name="code" value="{{ code }}" required
style="padding:10px; font-size:20px; text-align:center;">
<br><br>
<button type="submit">Speichern</button>
</form>
</div>
{% endblock %}