-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (26 loc) · 1.15 KB
/
index.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>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>assignment page</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<!-- <script src='main.js'></script> -->
</head>
<body>
<h1>OUR MENU</h1>
<article class="foodMenu">
<div class="food0">Chicken</div>
<P class="foodDiscription">Chicken Guy! features one-of-a-kind, all-natural, fresh chicken tenders, hand-pounded to maximize crunch.</P>
</article>
<article class="foodMenu1">
<div class="food1">Beef</div>
<P class="foodDiscription">A 12oz. roasted prime rib spiked with garlic and seasoning. Roasted to juicy perfection.</P>
</article>
<article class="foodMenu2">
<div class="food2">Sushi</div>
<P class="foodDiscription">Spicy tuna mix, shrimp tempura and cucumber, rolled and topped with seared filet mignon, drizzled with black pepper soy sauce; finished with green onion and red bell pepper.</P>
</article>
</body>
</html>