-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
31 lines (25 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<fieldset>
<h1><b><center>WELCOME TO <font color="blue">DELIGHTS </font><font color="red">CORNER</font></center></b></h1>
<p><i>Delights corner is a restaurant which deals mostly in the productions of snacks from simple ingredient to help keep you and your family satisfied all day, the snacks include doughnut,meatpie,spring roll,semosa,egg roll,cakes,burger,shawarma,cookies,popcorn,peanuts.</i></p>
<p><i>Find your favorite snacks here and get inspired with our healthy snacks ideas and recipe, we all teach classes from monday to friday.</i></p>
</fieldset>
<nav>
<ul>
<a href="home.html">Home</a>
<a href="about.html">About</a>
<a href="food table.html">food <table></table></a>
<a href="video.html">video</a>
<a href="image gallery.html">image gallery</a>
<a href="order form.html">order form</a>
</ul>
</nav>
</body>
</html>