-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathORDER.html
81 lines (81 loc) · 3.87 KB
/
ORDER.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="style.css" rel="stylesheet" type="text/css" />
<title>welcome::Hotel SUMMIT::</title>
</head>
<body>
<table width="944" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" class="main_bg">
<table width="784" border="0" align="center" cellpadding="0" cellspacing="0">
<td align="left" valign="top" class="body_bg">
<table width="784" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top" class="logo_bg">
<a href="HOME.html"><img src="New folder/logo1.gif" width="232" height="90" alt="logo" title="logo" border="0" /></a>
</td>
</tr>
<tr>
<td align="left" valign="top" class="nav_bg">
<ul>
<li><a href="HOME.html" title="home">Home</a></li>
<li><a href="ABOUT.html" title="about">About</a></li>
<li><a href="ROOMS.html" title="rooms">Rooms</a></li>
<li><a href="SERVICES.html" title="services">Services</a></li>
<li><a href="CONTACT.html" title="contact">Contact</a></li>
<li class="active">Order</li>
</ul>
</td>
</tr>
<tr>
<td align="left" valign="top" class="header_bg">
<table width="734" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="182" align="left" valign="top">
<img src="New folder/relax.jpg" width="160" height="120" alt="hdr_img" title="hdr_img" border="0" />
</td>
<td align="left" valign="top">
<h2>Want to keep your rooms ready?? Book Now!
<span><b>Online Booking Form<b></span>
</h2>
<br /><br />
<!--this-->
<form action="Order.php" method="post">
<p><font size="2"><b>Name :</b></font></p> <input type="text" name="name" placeholder="Name*" /><br /><br />
<p><br /><font size="2"><b>Email:</b></font></p> <input type="text" name="email" placeholder="Email*" /><br /><br />
<p><br /><font size="2"><b>Country:</b></font></p> <input type="text" name="country" placeholder="country *"><br /><br />
<p><br /><font size="2"><b>Address:</b></font></p> <input type="text" name="address" placeholder="address *"><br /><br />
<p><br /><font size="2"><b>Type of Room:</b></font></p><input type="text" name="type" placeholder="type *"><br /><br />
<p><br /><font size="2"><b>Room Code:</b></font></p> <input type="text" name="code" placeholder="code *"><br /><br />
<p><br /><font size="2"><b>Check IN Date:</b></font></p><input type="date" name="date" placeholder="date*"/><br /><br />
<br /><input type="submit" value="Submit" style="background-color:#41E390" /> <input type="reset" value="Cancel" />
</form>
<!--this-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top" class="footer">
<p class="link">Order<span> </span>
<a href="ABOUT.html" title="about">About</a><span> </span>
<a href="ROOMS.html" title="rooms">Rooms</a><span> </span>
<a href="SERVICES.html" title="services">Services</a><span> </span>
<a href="CONTACT.html" title="contact">Contact</a><span> </span>
<a href="HOME.html" title="home">Home</a><span> </span></p>
<p>© Copyright 2k17LW. All Rights Reserved.<br />
Design by: <a href="https://www.instagram.com/lahiruka_/" target="_blank" title="lwcreations.com">lwcreations.com</a></p>
</td>
</tr>
</table>
</body>
</html>