From 53db8e08bd32225609661f7f2b797a1d4677dbcb Mon Sep 17 00:00:00 2001 From: Rav4s Date: Fri, 15 Jan 2021 13:26:26 -0600 Subject: [PATCH] Fixing parts of the manifest and icons --- garage_door_script.py | 5 ----- templates/index.html | 8 ++++---- templates/login.html | 8 ++++---- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/garage_door_script.py b/garage_door_script.py index 93f0828..cd59fa0 100644 --- a/garage_door_script.py +++ b/garage_door_script.py @@ -97,10 +97,5 @@ def favicon(): return send_from_directory(os.path.join(app.root_path, 'static'), 'favicon.ico',mimetype='image/vnd.microsoft.icon') -# Route for the webmanifest file -@app.route('/site.webmanifest') -def favicon(): - return send_from_directory(os.path.join(app.root_path, 'static'),'site.webmanifest') - if __name__ == '__main__': app.run(host='0.0.0.0', port=1235) #Run the webserver diff --git a/templates/index.html b/templates/index.html index 0d47d07..7e73624 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,10 +4,10 @@ - - - - + + + +
diff --git a/templates/login.html b/templates/login.html index 4543039..b3214ad 100644 --- a/templates/login.html +++ b/templates/login.html @@ -3,10 +3,10 @@ Log in to continue - - - - + + + +