diff --git a/main.py b/main.py index 25b9b27..0070ea4 100644 --- a/main.py +++ b/main.py @@ -144,6 +144,17 @@ def controll(): log_server("called /login") return render_template("controll.html") +@app.route("/game") +def game(): + log_server("called /game") + return render_template("game.html") + +@app.route("/willkommen") +def willkommen(): + log_server("called /willkommen") + return render_template("willkommen.html") + + @app.route("/rgb") def rgb(): log_server("called /rgb") diff --git a/static/img/house.png b/static/img/house.png new file mode 100644 index 0000000..c40c6b2 Binary files /dev/null and b/static/img/house.png differ diff --git a/static/img/user.png b/static/img/user.png new file mode 100644 index 0000000..5fa00c9 Binary files /dev/null and b/static/img/user.png differ diff --git a/templates/game.html b/templates/game.html new file mode 100644 index 0000000..7bdf2ad --- /dev/null +++ b/templates/game.html @@ -0,0 +1,207 @@ + + +
+ + + +00:00
+ + + + + + + +