File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
8
8
< link rel ="preload " href ="mint1.jpg " as ="fetch " >
9
9
< link rel ="preload " href ="mint3.jpg " as ="fetch " >
10
- < link rel ="preload " href ="flower_2.jpeg " as ="image " >
10
+ < link rel ="preload " href ="flower_2.jpg " as ="image " >
11
11
< link rel ="stylesheet " href ="main.css " as ="style ">
12
12
13
13
</ head >
18
18
< img src ="mount.jpeg " >
19
19
< img src ="s_man.gif " style ="display: none; " />
20
20
< img src ="mint1.jpg ">
21
- < img src ="flower_1.jpeg ">
21
+ < img src ="flower_1.jpg ">
22
22
</ body >
23
23
</ html >
Original file line number Diff line number Diff line change 3
3
< body >
4
4
< p > Preload image test 3 </ p >
5
5
< img src ="mint1.jpg " style ="display: none; " />
6
- < img src ="flower_1.jpeg " style ="display: none; " />
6
+ < img src ="flower_1.jpg " style ="display: none; " />
7
7
< p > No more images should be load when I visit < a href ="http://debinzhang.github.io/preload7.html "> next page </ a > </ p >
8
8
</ body >
9
9
</ html >
You can’t perform that action at this time.
0 commit comments