From 0f0650913b042255e19dd93bad2447d9c67fd4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arsenijs=20=C4=BBu?= Date: Sat, 27 Apr 2024 20:06:40 +0000 Subject: [PATCH] Update app.py --- app.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app.py b/app.py index 1170537..a1e3fe2 100644 --- a/app.py +++ b/app.py @@ -11,5 +11,13 @@ def index(): def about(): return render_template('about.html') +@app.route("/game") +def game(): + return render_template('game.html') + +@app.route("/link") +def game(): + return render_template('link.html') + if __name__ == "__main__": app.run(debug=True) \ No newline at end of file