-
Notifications
You must be signed in to change notification settings - Fork 0
/
jelloshot.htm
72 lines (64 loc) · 2.18 KB
/
jelloshot.htm
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
71
72
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>JelloShot.com</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="indexcss.css" type="text/css" media="screen" />
</head>
<body>
<div id="header"></div>
<div id="nav"><a href="index.htm"><img src="images/JelloShot_05.gif" border="0" /></a><a href="index.htm"><img src="images/JelloShot_06.gif" border="0" /></a><a href="index.htm"><img src="images/JelloShot_07.gif" border="0" /></a><a href="index.htm"><img src="images/JelloShot_08.gif" border="0" /></a></div>
<div id="content">
<fieldset id="liquor">
<div class="row">
<label for="liquorname">liquor:</label>
<select>
<option value="1">Vodka - 40 proof</option>
<option value="2">Vodka - 80 proof</option>
<option value="3">Spiced Rum</option>
<option value="4">Rum - 151 proof</option>
<option value="5">Tequilla</option>
<option value="6">Whisky</option>
<option value="7">Bourbon</option>
<option value="8">Cognac</option>
<option value="9">Amaretto</option>
</select>
</div>
</fieldset>
<fieldset id="flavor">
<div class="row">
<label for="liquorname">flavor:</label><br />
<select>
<option value="1">Cherry</option>
<option value="2">Cranberry</option>
<option value="3">Grape</option>
<option value="4">Pineapple</option>
<option value="5">Orange</option>
<option value="6">Peach</option>
<option value="7">Strawberry</option>
<option value="8">Wild Berry</option>
<option value="9">Lime</option>
</select>
</div>
</fieldset>
<fieldset id="amount">
<div class="row">
<label for="liquorname">amount:</label><br />
<select>
<option value="1">30</option>
<option value="2">50</option>
<option value="3">80</option>
<option value="4">100</option>
<option value="5">150</option>
<option value="6">200</option>
<option value="7">250</option>
<option value="8">300</option>
<option value="9">350</option>
</select>
</div>
</fieldset>
<div id="order"><a href="index.htm">place order</a></div>
</div>
</body>
</html>