Mercurial > personal > weather-server
comparison weather_server/templates/location.html @ 20:a7fe635d1c88
add a nice icon
| author | Paul Fisher <paul@pfish.zone> | 
|---|---|
| date | Sun, 13 Oct 2019 18:44:12 -0400 | 
| parents | 47987502bf4c | 
| children | 88249e451566 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 19:47987502bf4c | 20:a7fe635d1c88 | 
|---|---|
| 4 <title>{{ location.name }}</title> | 4 <title>{{ location.name }}</title> | 
| 5 <meta name="viewport" content="width=device-width, initial-scale=1"> | 5 <meta name="viewport" content="width=device-width, initial-scale=1"> | 
| 6 <link | 6 <link | 
| 7 rel="stylesheet" | 7 rel="stylesheet" | 
| 8 href="{{ url_for('static', filename='style.css') }}"> | 8 href="{{ url_for('static', filename='style.css') }}"> | 
| 9 <link | |
| 10 rel="shortcut icon" | |
| 11 href="{{ url_for('static', filename='thermometer.png') }}"> | |
| 9 </head> | 12 </head> | 
| 10 <body class="plain"> | 13 <body class="plain"> | 
| 11 <h1><span>{{ location.name }} conditions</span></h1> | 14 <h1><span>{{ location.name }} conditions</span></h1> | 
| 12 {% if last_reading %} | 15 {% if last_reading %} | 
| 13 <p class="important" id="temp"> | 16 <p class="important" id="temp"> | 
