diff --git a/beer/beer.py b/beer/beer.py index ae3ddb8..9040d40 100755 --- a/beer/beer.py +++ b/beer/beer.py @@ -29,7 +29,7 @@ def index(hours=None, minutes=None): @app.route('/favicon.ico') def favicon(): """ serve the favicon """ - return send_from_directory('static', 'favicon.ico') + return send_from_directory('static', 'clock-icon.png') def main(): """ main func """ diff --git a/beer/static/favicon.ico b/beer/static/beer-icon.png similarity index 100% rename from beer/static/favicon.ico rename to beer/static/beer-icon.png diff --git a/beer/static/clock-icon.png b/beer/static/clock-icon.png new file mode 100644 index 0000000..9848562 Binary files /dev/null and b/beer/static/clock-icon.png differ diff --git a/beer/templates/beer.html b/beer/templates/beer.html index 207c63c..4f56f8a 100644 --- a/beer/templates/beer.html +++ b/beer/templates/beer.html @@ -44,8 +44,23 @@ })();