File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
< html >
2
2
3
3
< head >
4
- < link rel ="stylesheet " type ="text/css " href ="https://cdn.skypack.dev/@ionic/core@next /css/core.css " />
5
- < link rel ="stylesheet " type ="text/css " href ="https://cdn.skypack.dev/@ionic/core@next /css/ionic.bundle.css " />
4
+ < link rel ="stylesheet " type ="text/css " href ="https://cdn.skypack.dev/@ionic/core@8 /css/core.css " />
5
+ < link rel ="stylesheet " type ="text/css " href ="https://cdn.skypack.dev/@ionic/core@8 /css/ionic.bundle.css " />
6
6
</ head >
7
7
8
8
< body >
Original file line number Diff line number Diff line change 1
1
const linkElement = document . createElement ( 'link' ) ;
2
2
3
3
linkElement . rel = 'stylesheet' ;
4
- linkElement . href = 'https://cdn.jsdelivr.net/npm/@ionic/core@next /css/palettes/dark.class.css' ;
4
+ linkElement . href = 'https://cdn.jsdelivr.net/npm/@ionic/core@8 /css/palettes/dark.class.css' ;
5
5
6
6
document . head . appendChild ( linkElement ) ;
7
7
Original file line number Diff line number Diff line change 6
6
< title > Fab</ title >
7
7
< link rel ="stylesheet " href ="../../common.css " />
8
8
< script src ="../../common.js "> </ script >
9
- < script type ="module " src ="https://cdn.jsdelivr.net/npm/@ionic/core@next /dist/ionic/ionic.esm.js "> </ script >
10
- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@ionic/core@next /css/ionic.bundle.css " />
9
+ < script type ="module " src ="https://cdn.jsdelivr.net/npm/@ionic/core@8 /dist/ionic/ionic.esm.js "> </ script >
10
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@ionic/core@8 /css/ionic.bundle.css " />
11
11
</ head >
12
12
13
13
< body >
You can’t perform that action at this time.
0 commit comments