-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
36 lines (30 loc) · 1.04 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
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Casserole Co.</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="./styles/styles.css">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./styles/footer.css">
</head>
<body>
<div class="main-container">
<div id="navbar-container">
<div class="navbar">
</div>
</div>
<div class="contact-sec">
<br><br>
<strong>Address :</strong> Bakery Road , XYZ town , India 221XX2.<br>
<strong>Phone Number :</strong> XXX22XX555<br>
<strong>Drop mail at :</strong> abc@xyz.com
<br><br><br>
</div>
<div id="footer-div">
</div>
</div>
<script src="./scripts/contact.js" type="module"></script>
</body>
</html>