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>
+4 -1
View File
@@ -64,7 +64,10 @@ ob_start();
<td><strong>Bootstrap</strong></td>
<td>5.3.3</td>
<td><span class="badge bg-light text-dark border">MIT</span></td>
<td>Framework CSS/JS (jsDelivr CDN)</td>
<td>
Framework CSS/JS — auto-hébergé
(<a href="/assets/css/LICENSE-Bootstrap.txt">voir la licence</a>)
</td>
</tr>
<tr>
<td><strong>PHPMailer</strong></td>