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 @@ - - - - + + + +