@ -16,8 +16,12 @@ def game():
return render_template('game.html')
@app.route("/support")
def link():
def support():
return render_template('support.html')
@app.route("/updates")
def updates():
return render_template('updates.html')
if __name__ == "__main__":
app.run(debug=True)