-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
27 lines (24 loc) · 1.06 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head id="common-head">
<meta charset="UTF-8">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(function() {
$("#common-head").load("common-head.html");
});
</script>
</head>
<body>
<iframe src="header.html" style="width:100%; height:220px;" frameborder="0" allowtransparency="true" scrolling="no"></iframe>
<main class="container-fluid">
<div class="container contact-container">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdtxEpxMEYOHOwGilUHSvHhS9yBdYpg8UvHpMi-Q2YbLp48Lg/viewform?embedded=true" width="680" height="437" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<hr>
</main>
<iframe src="footer.html" style="width:100%; height:100px;" frameborder="0" allowtransparency="true" scrolling="no"></iframe>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.2/js/bootstrap.bundle.min.js"></script>
</body>
</html>