-
Notifications
You must be signed in to change notification settings - Fork 0
/
reservation.html
125 lines (94 loc) · 3.55 KB
/
reservation.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
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
<!DOCTYPE html >
<!---- Website template by freewebsitetemplates.com ---->
<html>
<head>
<title>Reservation - Website Template</title>
<meta charset=iso-8859-1" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]>
<link href="css/ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE 7]>
<link href="css/ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<div id="background">
<div class="page">
<div id="header">
<ul class="navigation">
<li><a href="food.html">OUR FOOD</a></li>
<li><a href="beer.html">OUR BEER</a></li>
</ul>
<a id="logo" href="index.html"><img src="images/logo2.jpg" width="276" height="203" alt="Steak House" title="Steak House"></a>
<ul id="navigation">
<li><a class="active" href="reservation.html">RESERVATION</a></li>
<li><a href="contact.html">CONTACT US</a></li>
</ul>
</div>
<div id="body">
<div class="content">
<div class="body">
<h2>RESERVATION</h2>
<ul>
<li>
<h4>
This website template has been designed by <a href="http://www.freewebsitetemplates.com/">freewebsitetemplates.com</a> for you, for free. You can replace all this text with your own text.
</h4>
<p>
You can remove any link to our website from this website template, you're free to use this website template without linking back to us. If you're having problems editing this website template, then don't hesitate to ask for help on the <a href="http://www.freewebsitetemplates.com/forum">freewebsitetemplates.com/forum</a>.
</p>
</li>
</ul>
<ul class="news">
<li>
<a href="reservation.html">Lorem ipsum dolor sit amet, consectetur adipiscing</a>
</li>
<li>
<a href="reservation.html">Nam sit amet dui gravida tellus lobortis ullamcorper.</a>
</li>
<li>
<a href="reservation.html">Sed sit amet interdum magna vulputate mollis lectus</a>
</li>
<li>
<a href="reservation.html">Vestibulum in feugiat dolor. Pellentesque in adipiscing orci.</a>
</li>
<li>
<a href="reservation.html">Maecenas eu ipsum a odio varius mollis vitae at ante</a>
</li>
<li>
<a href="reservation.html">Aenean faucibus suscipit velit at tincidunt.</a>
</li>
<li>
<a href="reservation.html">Mauris pharetra sem quis convallis gravida enim</a>
</li>
</ul>
</div>
</div>
</div>
<div id="footer">
<ul>
<li class="first">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="beer.html">Beer</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</li>
<li>
<span>Follow us:</span>
<a href="http://facebook.com/freewebsitetemplates" class="facebook"> </a>
<a href="http://twitter.com/fwtemplates" class="twitter"> </a>
</li>
<li class="last">
<span> © copyright 2011 ©. All rights reserved.</span>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>