-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatering.html
70 lines (70 loc) · 2.27 KB
/
catering.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<script src="index.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<div class="header">
<div class="dropdown" data-dropdown>
<button class="link" data-dropdown-button> Menu</button>
<div class="dropdown-menu">
<div class="dropdown-links">
<a class="link" href="menu.html">Menu</a>
<a class="link" href="sauces.html">Sauces</a>
<a class="link" href="catering.html">Catering</a>
<a class="link" href="contact.html">Contact</a>
</div>
</div>
</div>
</div>
<img src="images/rudy.jpg">
<body>
<div class="party">
<h3 class="he3">Party Wings</h3>
<p>
Choose 1 sauce for every 25 wings / served with celery & choice of blue cheese or ranch dressing<br>
<br>
additional side sauces 95¢ / extra dressing 95¢
</p>
<fieldset>
<legend>Traditional Wings</legend>
<strong>
50 - $74 / 75 -$112 / 100 - $149
</strong>
</fieldset>
<br>
<fieldset>
<legend>Boneless Wings</legend>
<strong>
50 - $49 / 75 - $74 / 100 - $99
</strong>
</fieldset>
<br>
<fieldset>
<legend>Southern Fried Wings</legend>
<strong>50 - $65 / 75 - $97 / 100 - $129</strong>
<br>
</fieldset>
<h3 class="he3">Party Sides</h3>
<br>
<strong>Beans & Rice</strong> $11.95<br>
<br>
<strong>Onion rings</strong> $13.90<br>
<br>
<strong>French Fries</strong> $11.90<br>
<br>
<strong>Frings</strong> $13.90<br>
<br>
<strong>Fried Zucchini</strong> $11.90<br>
<br>
<strong>Chips and Salsa</strong> $10.95<br>
<br>
<strong>Homemade Mac & Cheese Balls</strong> $11.90<br>
<br>
<strong>Sweet Potato Fries</strong> $15.90<br>
<br>
<strong>20 Homemade Mozzarella Sticks</strong> $46
</div>
<br>
</body>
</html>