Skip to content

Commit 9ff49e1

Browse files
authored
Merge pull request #111 from CoolPenwin/main
updated links fontawesome and boostrap
2 parents d0ca653 + 142df08 commit 9ff49e1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

template.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
<meta charset="UTF-8">
66
<title>Hello Rigo with Vanilla.js</title>
77

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" />
1110
</head>
1211
<body>
1312
<div id="app"></div>
1413

1514
<!-- Many of bootstrap components require the use of JavaScript to function -->
1615
<!-- 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>
1920
</html>

0 commit comments

Comments
 (0)