File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11< html >
22
33< 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 " />
66</ head >
77
88< body >
Original file line number Diff line number Diff line change 11const linkElement = document . createElement ( 'link' ) ;
22
33linkElement . 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' ;
55
66document . head . appendChild ( linkElement ) ;
77
Original file line number Diff line number Diff line change 66 < title > Fab</ title >
77 < link rel ="stylesheet " href ="../../common.css " />
88 < 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 " />
1111 </ head >
1212
1313 < body >
You can’t perform that action at this time.
0 commit comments