Skip to content

Commit

Permalink
Added integrity values back to index file
Browse files Browse the repository at this point in the history
Added integrity values back to index file
  • Loading branch information
zacharybonagura committed Nov 28, 2024
1 parent bd1c482 commit 8e4e2c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web-app/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<meta charset="utf-8" />
<title>Aris</title>
<!-- integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" -->
<link rel="stylesheet" href="vendored/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="vendored/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- integrity="sha384-rsfqTKW9hzXAJ0B/Q1jIAG4SToclKWD9BrQv7uaaw5KlkLVsOWRb0SOXq4uVnBYA" -->
<link rel="stylesheet" href="vendored/bootstrap-submenu.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="vendored/bootstrap-submenu.min.css" integrity="sha384-rsfqTKW9hzXAJ0B/Q1jIAG4SToclKWD9BrQv7uaaw5KlkLVsOWRb0SOXq4uVnBYA" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="dark-theme.css">
</head>

<body>
<!-- integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" -->
<script src="vendored/jquery-3.2.1.slim.min.js" crossorigin="anonymous"></script>
<script src="vendored/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<!-- integrity="sha384-1CmrxMRARb6aLqgBO7yyAxTOQE2AKb9GfXnEo760AUcUmFx3ibVJJAzGytlQcNXd" -->
<script src="vendored/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="vendored/bootstrap.bundle.min.js" integrity="sha384-1CmrxMRARb6aLqgBO7yyAxTOQE2AKb9GfXnEo760AUcUmFx3ibVJJAzGytlQcNXd" crossorigin="anonymous"></script>
<!-- integrity="sha384-p9cpfn4GxrhaxjNJV0HguYSwg/S0x5a3tLXFMyBQtrGd0zdVWRKwpqNGuNRrfLtH" -->
<script src="vendored/bootstrap-submenu.min.js" crossorigin="anonymous"></script>
<script src="vendored/bootstrap-submenu.min.js" integrity="sha384-p9cpfn4GxrhaxjNJV0HguYSwg/S0x5a3tLXFMyBQtrGd0zdVWRKwpqNGuNRrfLtH" crossorigin="anonymous"></script>
<script>
// Close Bootstrap popovers by clicking outside of them
//
Expand Down

0 comments on commit 8e4e2c9

Please sign in to comment.