Skip to content

Commit be1fe61

Browse files
author
gauthier witkowski
committed
upgrade: bootstrap 5.3.8
1 parent e4a3c07 commit be1fe61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Contact Form</title>
77

88
<!-- Bootstrap CSS -->
9-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" />
9+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" />
1010
</head>
1111

1212
<body>
@@ -73,7 +73,7 @@ <h1 class="fw-bold mb-2">Contact Us</h1>
7373
<!-- reCAPTCHA v3 (replace with your site key) -->
7474
<script defer src="https://www.google.com/recaptcha/api.js?render=YOUR_RECAPTCHA_SITE_KEY"></script>
7575
<!-- Bootstrap Bundle -->
76-
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js"></script>
76+
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"></script>
7777
<!-- Custom JS handling AJAX form submission -->
7878
<script src="AjaxForm.js"></script>
7979
<!-- GitHub Button script (optional) -->

0 commit comments

Comments
 (0)