-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshake.html
More file actions
136 lines (136 loc) · 3.73 KB
/
shake.html
File metadata and controls
136 lines (136 loc) · 3.73 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<head>
<title>Shake Menu - Retro Diner</title>
<meta charset="utf-8">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header">
<div>
<a href="index.html"><img class="logo" src="images/logo.png" width="513" height="84" alt="" title=""></a>
<a href="index.html"><img src="images/waitress.png" width="332" height="205" alt="" title=""></a>
<ul class="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a class="active" href="shake.html">Menu</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
</ul>
</div>
</div>
<div id="body">
<div class="content">
<div>
<div>
<h1>Shakes</h1>
<div> <a href="shake.html"><img src="images/shake.jpg" width="434" height="347" alt=""></a> </div>
<ul>
<li>
<h2><a href="shake.html">Chocolate Vanilla</a></h2>
<p>
This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text.
</p>
<span class="price">95¢</span>
</li>
<li>
<h2><a href="shake.html">Strawberry Smoothie</a></h2>
<p>
This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text.
</p>
<span class="price">80¢</span>
</li>
<li>
<h2><a href="shake.html">Mango Banana Medley</a></h2>
<p>
This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text.
</p>
<span class="price">$1</span>
</li>
<li class="last ">
<h2><a href="shake.html">Dark Chocolate Supreme</a></h2>
<p>
A small burger with juicy beef patty, tomato, lettuce, bacon and cheese. Served with small fries and drink of your choice.
</p>
<span class="price">99¢</span>
</li>
</ul>
</div>
</div>
</div>
<div class="sidebar">
<h1>Menu</h1>
<ul class="navigation">
<li class="first">
<a href="burger.html">BURGERS</a>
</li>
<li>
<a href="hotdog.html">HOTDOGS</a>
</li>
<li>
<a class="active" href="shake.html">SHAKES</a>
</li>
<li>
<a href="breakfast.html">BREAKFAST</a>
</li>
</ul>
<a href="shake.html" class="download"> </a> </div>
</div>
<div id="footer">
<div>
<ul>
<li class="first">
<h2>Delivery Hotline</h2>
<h3>Call 0-123-456-789</h3>
<ul>
<li>
<a href="http://www.freewebsitetemplates.com/go/facebook" class="facebook"></a>
</li>
<li>
<a href="http://www.freewebsitetemplates.com/go/twitter" class="twitter"></a>
</li>
<li>
<a href="http://www.freewebsitetemplates.com/go/googleplus" class="googleplus"></a>
</li>
</ul>
</li>
<li>
<a href="index.html"><img class="logo" src="images/logo-footer.png" alt=""></a>
<ul class="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="menu.html">Menu</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
<span>© 2023 RetroDiner.com. All Rights Reserved</span>
</li>
<li class="last">
<h2>Follow Us By Email</h2>
<form action="index.html">
<input type="text" name="subscribe" value="Enter Your Email Here...">
<input type="submit" value="">
</form>
</li>
</ul>
</div>
</div>
</body>
</html>