Mercurial > personal > weather-server
changeset 20:a7fe635d1c88
add a nice icon
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 13 Oct 2019 18:44:12 -0400 |
parents | 47987502bf4c |
children | beb42c835c52 |
files | setup.py weather_server/static/thermometer.png weather_server/templates/location.html |
diffstat | 3 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sun Oct 13 18:22:06 2019 -0400 +++ b/setup.py Sun Oct 13 18:44:12 2019 -0400 @@ -2,7 +2,7 @@ setuptools.setup( name='weather-server', - version='0.0.4', + version='0.0.5', packages=setuptools.find_packages(), python_requires='>=3.7', install_requires=[
--- a/weather_server/templates/location.html Sun Oct 13 18:22:06 2019 -0400 +++ b/weather_server/templates/location.html Sun Oct 13 18:44:12 2019 -0400 @@ -6,6 +6,9 @@ <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> + <link + rel="shortcut icon" + href="{{ url_for('static', filename='thermometer.png') }}"> </head> <body class="plain"> <h1><span>{{ location.name }} conditions</span></h1>