-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
37 lines (29 loc) · 1.05 KB
/
about.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
37
<!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="about-sec">
<h2>Casserole Co. offers the hommies warm hearty and healthy meals
on their doorsteps.</h2>
<h4>With smooth order placements that enhances the cosy vibe and <br>
caters to home-sick taste buds.</h4>
</div>
<div id="footer-div">
</div>
</div>
<script src="./scripts/about.js" type="module"></script>
</body>
</html>