Auto-hébergement de Bootstrap 5.3.3 (suppression CDN jsDelivr)

This commit is contained in:
Cedric Abonnel
2026-05-08 19:21:14 +02:00
parent 13fd9fcbbd
commit abe0e40c63
6 changed files with 41 additions and 4 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
<!-- CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
@@ -69,7 +69,7 @@
</footer>
<!-- JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="/assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/app.js"></script>
</body>