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 @@ + + + + + + + Game + + + + + +

Games

+ + +
+

Stopuhr

+

00:00

+ + + + + + + +
+ + + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 5799c4a..f5c7fc1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@ -🎉 Party +Willkommen diff --git a/templates/session.html b/templates/session.html index 3d9217e..3c6e2d0 100644 --- a/templates/session.html +++ b/templates/session.html @@ -8,79 +8,7 @@ -