diff --git a/app.py b/app.py index 6c6a78b..1ea9c2c 100644 --- a/app.py +++ b/app.py @@ -6,6 +6,6 @@ client = stravalib.client.Client() @app.route('/') def index(): - return flask.render_template('index.html') + return flask.render_template('test.html') -app.run(host='0.0.0.0',debug=True) \ No newline at end of file +app.run(host='0.0.0.0') \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 8373d20..2e594c0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,8 +14,5 @@
- diff --git a/templates/test.html b/templates/test.html new file mode 100644 index 0000000..7a8326f --- /dev/null +++ b/templates/test.html @@ -0,0 +1,49 @@ + + + + Runturf + + + + + + +
+ + + + + + \ No newline at end of file