Version2
This commit is contained in:
16
Version1/GirlsDayPython/templates/admin.html
Normal file
16
Version1/GirlsDayPython/templates/admin.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="jumbotron" style="background-color: #020617; color: #00ffcc; text-align: center; padding: 30px; border-radius: 15px;">
|
||||
<h1>Admin-Seite</h1>
|
||||
<p class="lead">Hier kannst du den aktuellen Quiz-Code setzen oder ändern.</p>
|
||||
|
||||
<form method="POST" style="margin-top: 20px;">
|
||||
<input type="text" name="code" value="{{ code }}" required
|
||||
style="padding: 10px; width: 200px; border-radius: 5px; border: none; background-color: #020617; color: #00ffcc;">
|
||||
<button type="submit" style="padding: 10px 20px; border: none; border-radius: 5px; background-color: #00ffcc; color: #020617; cursor: pointer;">Speichern</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user