@ -15,9 +15,9 @@ def about():
def game():
return render_template('game.html')
@app.route("/link")
return render_template('link.html')
@app.route("/support")
def link():
return render_template('support.html')
if __name__ == "__main__":
app.run(debug=True)