-
Notifications
You must be signed in to change notification settings - Fork 1
/
myhmtl.html
44 lines (38 loc) · 1.02 KB
/
myhmtl.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
<!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=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<div id="topheader">
<table border="1" width="100%" align="center"><tbody>
<tr align="center">
<td>To:</td>
<td>Mr.Imran Zia</td>
<td rowspan="5">From <br /> Hotel Crown Plaza</td>
<td>Web </td>
<td>www.hotelcrownplaza.com</td>
</tr>
<tr align="center">
<td>Company</td>
<td>Emirates</td>
<td>Email</td>
<td>[email protected]</td>
</tr>
<tr align="center">
<td>Tel:</td>
<td>051-2279999</td>
<td>Tel:</td>
<td>+92-51-2277890</td>
</tr>
<tr align="center">
<td>Fax:</td>
<td>051-2821834</td>
<td>Fax:</td>
<td>+92-51-2273967/2827180</td>
</tr></tbody></table>
<p>This reservation is only valid subject to receipt of confirmation from the Guest / Company</p>
</div>
</body>
</html>