File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 8
8
< title > Weather</ title >
9
9
<!-- Insert link to stylesheet here -->
10
10
< link rel ="stylesheet " href ="styles/ud811.css ">
11
- < link rel ="icon " href ="/ud811/1-12-skeleton/ images/icons/icon-512x512.png ">
11
+ < link rel ="icon " href ="images/icons/icon-512x512.png ">
12
12
</ head >
13
13
< body >
14
14
Original file line number Diff line number Diff line change 1
1
var cacheName = 'weatherPWA-v2' ; // for the app shell
2
2
var dataCacheName = 'weatherData-v2' ; // for the app content data
3
3
var filesToCache = [
4
- '/ ' ,
5
- '/ index.html' ,
6
- '/ scripts/app.js' ,
7
- '/ scripts/localforage-1.4.0.js' ,
8
- '/ styles/ud811.css' ,
9
- '/ images/clear.png' ,
10
- '/ images/cloudy-scattered-showers.png' ,
11
- '/ images/cloudy.png' ,
12
- '/ images/fog.png' ,
13
- '/ images/ic_add_white_24px.svg' ,
14
- '/ images/ic_refresh_white_24px.svg' ,
15
- '/ images/partly-cloudy.png' ,
16
- '/ images/rain.png' ,
17
- '/ images/scattered-showers.png' ,
18
- '/ images/sleet.png' ,
19
- '/ images/snow.png' ,
20
- '/ images/thunderstorm.png' ,
21
- '/ images/wind.png'
4
+ '' ,
5
+ 'index.html' ,
6
+ 'scripts/app.js' ,
7
+ 'scripts/localforage-1.4.0.js' ,
8
+ 'styles/ud811.css' ,
9
+ 'images/clear.png' ,
10
+ 'images/cloudy-scattered-showers.png' ,
11
+ 'images/cloudy.png' ,
12
+ 'images/fog.png' ,
13
+ 'images/ic_add_white_24px.svg' ,
14
+ 'images/ic_refresh_white_24px.svg' ,
15
+ 'images/partly-cloudy.png' ,
16
+ 'images/rain.png' ,
17
+ 'images/scattered-showers.png' ,
18
+ 'images/sleet.png' ,
19
+ 'images/snow.png' ,
20
+ 'images/thunderstorm.png' ,
21
+ 'images/wind.png'
22
22
] ;
23
23
24
24
var weatherAPIUrlBase = 'https://publicdata-weather.firebaseio.com/' ;
You can’t perform that action at this time.
0 commit comments