Mercurial > personal > weather-server
comparison weather_server/templates/index.html @ 29:27217790dc04
add web manifest
| author | Paul Fisher <paul@pfish.zone> | 
|---|---|
| date | Tue, 19 May 2020 10:11:28 -0400 | 
| parents | 99b0759386b1 | 
| 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 <link rel="manifest" href="/static/manifest.webmanifest"> | |
| 12 </head> | 13 </head> | 
| 13 <body class="home"> | 14 <body class="home"> | 
| 14 <h1><span>Weather</span></h1> | 15 <h1><span>Weather</span></h1> | 
| 15 <ul> | 16 <ul> | 
| 16 {% for location in locations %} | 17 {% for location in locations %} | 
