Mercurial > personal > weather-server
comparison weather_server/templates/location.html @ 29:27217790dc04
add web manifest
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 19 May 2020 10:11:28 -0400 |
parents | 7def5611895b |
children | e5a03d63b3d9 |
comparison
equal
deleted
inserted
replaced
28:f817fa785c93 | 29:27217790dc04 |
---|---|
7 rel="stylesheet" | 7 rel="stylesheet" |
8 href="{{ url_for('static', filename='style.css') }}"> | 8 href="{{ url_for('static', filename='style.css') }}"> |
9 <link | 9 <link |
10 rel="shortcut icon" | 10 rel="shortcut icon" |
11 href="{{ url_for('static', filename='thermometer.png') }}"> | 11 href="{{ url_for('static', filename='thermometer.png') }}"> |
12 </head> | 12 <link rel="manifest" href="/static/manifest.webmanifest"> |
13 </head> | |
13 <body class="location plain"> | 14 <body class="location plain"> |
14 <h1><span><a href="{{ url_for('home') }}">Weather</a>: {{ location.name }}</span></h1> | 15 <h1><span><a href="{{ url_for('home') }}">Weather</a>: {{ location.name }}</span></h1> |
15 {% if last_reading %} | 16 {% if last_reading %} |
16 <p class="important" id="temp"> | 17 <p class="important" id="temp"> |
17 <span class="key">Temperature</span> | 18 <span class="key">Temperature</span> |