anpassung readme
This commit is contained in:
parent
1bd6f47f73
commit
4d867a55dc
6 changed files with 2 additions and 5 deletions
|
|
@ -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
BIN
flask_app/adventure.db
Normal file
Binary file not shown.
|
|
@ -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>',
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
Loading…
Reference in a new issue