diff --git a/app.py b/app.py index a1e3fe2..b5599ad 100644 --- a/app.py +++ b/app.py @@ -15,9 +15,9 @@ def about(): def game(): return render_template('game.html') -@app.route("/link") -def game(): - return render_template('link.html') +@app.route("/support") +def link(): + return render_template('support.html') if __name__ == "__main__": app.run(debug=True) \ No newline at end of file