File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 8
8
<!-- Bootstrap CSS -->
9
9
< link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css " rel ="stylesheet " />
10
10
</ head >
11
+
11
12
< body >
12
- < main class ="container my-5 " style ="max-width: 700px; ">
13
+ < main class ="container my-5 " style ="max-width: 700px ">
13
14
< header class ="text-center mb-5 ">
14
15
< h1 > Contact Us</ h1 >
15
16
< p class ="text-muted "> If you found this project helpful, ⭐️ star the repo !</ p >
@@ -67,13 +68,10 @@ <h1>Contact Us</h1>
67
68
<!-- External Scripts -->
68
69
<!-- reCAPTCHA v3 (replace with your site key) -->
69
70
< script defer src ="https://www.google.com/recaptcha/api.js?render=YOUR_RECAPTCHA_SITE_KEY "> </ script >
70
-
71
71
<!-- Bootstrap Bundle with Popper -->
72
72
< script defer src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js "> </ script >
73
-
74
73
<!-- Custom JS handling AJAX form submission -->
75
74
< script src ="AjaxForm.js "> </ script >
76
-
77
75
<!-- GitHub Button script (optional) -->
78
76
< script defer src ="https://buttons.github.io/buttons.js "> </ script >
79
77
</ body >
You can’t perform that action at this time.
0 commit comments