back to the way it was

This commit is contained in:
Kenneth Reitz
2012-02-20 12:51:06 -05:00
parent ab52f2f5ee
commit ec6106de3f
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -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')
-5
View File
@@ -54,11 +54,6 @@
{% include 'httpbin.1.html' %}
<script type="text/javascript" src="//www.hellobar.com/hellobar.js"></script>
<script type="text/javascript">
new HelloBar(36402,48802);
</script>
<script type="text/javascript">
(function() {
var t = document.createElement('script');