@ -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")
return render_template('link.html')
if __name__ == "__main__":
app.run(debug=True)