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