Ok, moving on...
This commit is contained in:
parent
6e2b8b7b39
commit
b5653cd0df
|
@ -75,7 +75,7 @@
|
|||
|
||||
<!-- Main style + Bootstrap -->
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
|
||||
</head>
|
||||
|
||||
|
@ -334,7 +334,6 @@
|
|||
</div>
|
||||
|
||||
<!-- Main script + Other JS libraries -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
<script src="bundle.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Needed libraries
|
||||
import _ from "lodash";
|
||||
import axios from "axios";
|
||||
import { Modal } from "bootstrap";
|
||||
import bootstrap, { Modal } from "bootstrap";
|
||||
|
||||
// Warning for users who open the DevTools console of the website
|
||||
console.log("%cWARNING!!!" +
|
||||
|
|
Loading…
Reference in New Issue