-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
27 lines (22 loc) · 890 Bytes
/
aboutus.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
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap" rel="stylesheet">
<title>Dabbawala</title>
</head>
<body>
<div class="top-container">
<a class="header-link" href="aboutus.html">About Us</a>
<a class="header-link" href="index.html">Home</a>
<a class="header-link" href="Homecook.html">Register as Home Cook</a>
<a class="header-link" href="customer.html">Register as Customer</a>
</div>
<img src="Images\au7.png" class="aboutus">
<hr>
<img src="Images\au8.png" class="aboutus">
<hr>
<img src="Images\au9.png" class="aboutus">
</body>
</html>