diff --git a/httpbin/core.py b/httpbin/core.py
index cf76297..a1b1fbd 100644
--- a/httpbin/core.py
+++ b/httpbin/core.py
@@ -46,7 +46,7 @@ def page_not_found(e):
def view_landing_page():
"""Generates Landing Page."""
- return render_template('httpbin.1.html')
+ return render_template('index.html')
@app.route('/ip')
diff --git a/httpbin/templates/index.html b/httpbin/templates/index.html
index e6ccf78..c39f612 100644
--- a/httpbin/templates/index.html
+++ b/httpbin/templates/index.html
@@ -54,11 +54,6 @@
{% include 'httpbin.1.html' %}
-
-
-