forked from malikadnan01/Foodify
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about us.html
48 lines (45 loc) · 1.34 KB
/
about us.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
38
39
40
41
42
43
44
45
46
47
48
<!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>NEWGUSTO</title>
<link rel="stylesheet" type="text/css" href="home.css">
</head>
<body>
<div class="nav">
<img class="navimage" src="./asset/logo7.png" alt="">
<div class="top">
<h1 class="Title">FOODIFY</h1>
</div>
</div>
<h2>You don't need a silver fork to eat a good food</h2>
<nav>
<ul class="menu">
<a href="index.html">Home</a>
<a href="offers.html">Offers</a>
<a href="about us.html">About Us</a>
<a href="help.html">Help</a>
</ul>
</nav>
<!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>HTML project</title>
</head>
<body>
<button type="about Us"></button><br>
<br>
<B><a href="terms.html">Terms of service</a></B><br>
<br>
<B><a href="aboutteam.html">About team members</a></B><br>
<br>
<B><a href="t and C.html">Terms and Conditons</a></B><br>
<br>
<B><a href="ppolicy.html">Privacy Policy</a></B>
</body>
</html>