diff options
Diffstat (limited to 'public/app/views/components/header_includes.php')
| -rw-r--r-- | public/app/views/components/header_includes.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/app/views/components/header_includes.php b/public/app/views/components/header_includes.php index 48f63c6..c20811b 100644 --- a/public/app/views/components/header_includes.php +++ b/public/app/views/components/header_includes.php @@ -33,15 +33,15 @@ <!-- CUSTOM CSS --> +<!-- bootstrap javascript (CDN) --> +<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/js/bootstrap.bundle.min.js" integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N" crossorigin="anonymous"></script> + <!-- main css --> <link href="/assets/css/class.css" rel="stylesheet"> <!-- overides --> <link href="/assets/css/overides.css" rel="stylesheet"> -<!-- bootstrap javascript (CDN) --> -<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/js/bootstrap.bundle.min.js" integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N" crossorigin="anonymous"></script> - <!-- JAVASCRIPT --> <!-- jQuery (CDN) --> |
