Skip to content

Commit 75d8c71

Browse files
author
gauthier witkowski
committed
Indentation
1 parent dbeb9a8 commit 75d8c71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<!-- Bootstrap CSS -->
99
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" />
1010
</head>
11+
1112
<body>
12-
<main class="container my-5" style="max-width: 700px;">
13+
<main class="container my-5" style="max-width: 700px">
1314
<header class="text-center mb-5">
1415
<h1>Contact Us</h1>
1516
<p class="text-muted">If you found this project helpful, ⭐️ star the repo !</p>
@@ -67,13 +68,10 @@ <h1>Contact Us</h1>
6768
<!-- External Scripts -->
6869
<!-- reCAPTCHA v3 (replace with your site key) -->
6970
<script defer src="https://www.google.com/recaptcha/api.js?render=YOUR_RECAPTCHA_SITE_KEY"></script>
70-
7171
<!-- Bootstrap Bundle with Popper -->
7272
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
73-
7473
<!-- Custom JS handling AJAX form submission -->
7574
<script src="AjaxForm.js"></script>
76-
7775
<!-- GitHub Button script (optional) -->
7876
<script defer src="https://buttons.github.io/buttons.js"></script>
7977
</body>

0 commit comments

Comments
 (0)