anpassung readme

This commit is contained in:
Mara Zöllner 2026-07-01 17:28:51 +02:00
parent 1bd6f47f73
commit 4d867a55dc
6 changed files with 2 additions and 5 deletions

View file

@ -61,7 +61,7 @@ python3 app.py
Die Anwendung läuft anschließend auf:
```text
http://localhost:9007/
http://localhost:9000/
```
Der Entwicklungsserver lauscht auf `0.0.0.0` und verwendet Port `9000`.

BIN
flask_app/adventure.db Normal file

Binary file not shown.

View file

@ -310,7 +310,7 @@ def start():
"<p>Trage deinen Namen auf der Eintrittskarte ein. Ab dann läuft deine Zeit.</p>"
'<form method="post">'
'<label for="name">Name auf der Eintrittskarte</label>'
'<input name="name" placeholder="Dein Name" autocomplete="off">'
'<input id="name" name="name" placeholder="Dein Name" autocomplete="off">'
"<button>Abenteuer starten</button>"
"</form>"
'<p><a class="btn secondary" href="/app/raum/stadiontor">Direkt zum Stadiontor</a></p>',

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@

View file

@ -1 +0,0 @@