Version2
This commit is contained in:
16
GirlsDayPython/templates/admin.html
Normal file
16
GirlsDayPython/templates/admin.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user