-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
26 lines (26 loc) · 984 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="nav.css">
<link rel="stylesheet" href="about.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html"> House of Tasty </a></li>
<li> <a href="index.html"> Home </a></li>
<li><a href="top.html"> Top Recipes </a></li>
<li> <a href="about.html"> About Us </a></li>
<li> <a href="contact.html"> Contact Info </a></li>
</ul>
</nav>
<div class="au">
<h1>About Us</h1>
<p>House of Tasty is a great bakery. We have all types of desserts and sweets. This a family owned company. We also do catering. We recentley started in Covid because everyone got bored, so it was a great opurtunity. </p>
</div>
</body>
</html>