diff --git a/main.py b/main.py
index 8f5a5c9..7388d64 100644
--- a/main.py
+++ b/main.py
@@ -44,6 +44,11 @@ def gamequestion():
return render_template('GameQuestion.html')
+@app.route('/privacy')
+def privacypage():
+ return render_template('Privacy.html')
+
+
@app.route('/result', methods=['POST', 'GET'])
def gamepreplay():
if request.method == 'POST':
diff --git a/templates/GameAnnotation.html b/templates/GameAnnotation.html
index 566aae8..6f09a27 100644
--- a/templates/GameAnnotation.html
+++ b/templates/GameAnnotation.html
@@ -429,8 +429,8 @@
-->