diff --git a/app/routes.py b/app/routes.py
index 8136fd4eae10a78836439a6959b46064ebcd4b15..e5db652a7d826690469f059953a338481869524e 100644
--- a/app/routes.py
+++ b/app/routes.py
@@ -4,11 +4,19 @@ from .main import app
 
 
 @app.route("/")
-@app.route("/index")
+@app.route("/home")
 def home():
     return render_template("home.html")
 
 
+@app.route("/index")
+def index():
+    return render_template("index.html")
+
+
+# qfnwoinmqwon opfkekjvnmq\pbfn d[pm ]
+
+
 @app.route("/about")
 def about():
     return render_template("about.html")