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:
|
Die Anwendung läuft anschließend auf:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
http://localhost:9007/
|
http://localhost:9000/
|
||||||
```
|
```
|
||||||
|
|
||||||
Der Entwicklungsserver lauscht auf `0.0.0.0` und verwendet Port `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>"
|
"<p>Trage deinen Namen auf der Eintrittskarte ein. Ab dann läuft deine Zeit.</p>"
|
||||||
'<form method="post">'
|
'<form method="post">'
|
||||||
'<label for="name">Name auf der Eintrittskarte</label>'
|
'<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>"
|
"<button>Abenteuer starten</button>"
|
||||||
"</form>"
|
"</form>"
|
||||||
'<p><a class="btn secondary" href="/app/raum/stadiontor">Direkt zum Stadiontor</a></p>',
|
'<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