Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #111 from CoolPenwin/main
Browse files Browse the repository at this point in the history
updated links fontawesome and boostrap
  • Loading branch information
alesanchezr authored Nov 15, 2024
2 parents d0ca653 + 142df08 commit 9ff49e1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
<meta charset="UTF-8">
<title>Hello Rigo with Vanilla.js</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
</head>
<body>
<div id="app"></div>

<!-- Many of bootstrap components require the use of JavaScript to function -->
<!-- Popper and BootStrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
</body>
<!-- FontAwesome and BootStrap Updated aug2024 by CoolPenwin -->
<script src="https://kit.fontawesome.com/151280d658.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit 9ff49e1

Please sign in to comment.