File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 5
5
< meta charset ="UTF-8 ">
6
6
< title > Hello Rigo with Vanilla.js</ title >
7
7
8
- < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css " rel ="stylesheet "crossorigin ="anonymous ">
9
- < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.2.0/css/all.css " integrity ="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ " crossorigin ="anonymous ">
10
-
8
+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css " rel ="stylesheet " crossorigin ="anonymous " />
9
+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH " crossorigin ="anonymous " />
11
10
</ head >
12
11
< body >
13
12
< div id ="app "> </ div >
14
13
15
14
<!-- Many of bootstrap components require the use of JavaScript to function -->
16
15
<!-- Popper and BootStrap JS -->
17
- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js " crossorigin ="anonymous "> </ script >
18
- </ body >
16
+ <!-- FontAwesome and BootStrap Updated aug2024 by CoolPenwin -->
17
+ < script src ="https://kit.fontawesome.com/151280d658.js " crossorigin ="anonymous "> </ script >
18
+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz " crossorigin ="anonymous "> </ script >
19
+ </ body >
19
20
</ html >
You can’t perform that action at this time.
0 commit comments