From 661d9f500e3047ba2ea401c91161b21635102b7d Mon Sep 17 00:00:00 2001 From: Ian Burgess Date: Tue, 8 Apr 2025 22:25:58 -0600 Subject: [PATCH] a --- app.py | 4 ++-- templates/index.html | 3 --- templates/test.html | 49 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 templates/test.html 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