-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocation.php
More file actions
59 lines (59 loc) · 1.71 KB
/
location.php
File metadata and controls
59 lines (59 loc) · 1.71 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
<html>
<head>
<title>Location page</title>
<link rel="stylesheet" type="text/css" href="link.php"></head>
<body bgcolor="#fff2e5">
<?php
include "index.php";
?>
<br>
<table border=0>
<tr>
<td> </td>
<td align=center><font color=choco size=4><b><i><u>LOCATION</u></i></b></td></font>
</tr>
<tr>
<td><a href=11.php target=_blank><img src="image/hoverview.jpg" width=150 height=150></a></td>
<td>Hotel<strong><em><font color="violet">PARAS</font></em></strong>is strategically located colse to the business hub of Amreli
and in close vicinity of the Railway station and central Bus station.
It provides an easy access to the industrial zones of Amreli.
of you are travelling by car.</td>
<td><a href=12.php target=_blank><img src="image/regal4.jpg" width=150 height=150></a></td>
</tr>
<tr>
<td><font color="#7c0000"></font>Overview</td>
<td></td>
<td><font color="#7c0000">Hall</font></td>
</tr>
</table>
<br><br>
<table width=100%>
<tr>
<td rowspan=4><a href=13.php target=_blank><img src="image/regal3.jpg" width=150 height=150></a></td>
<th>LOCATION</th>
<th>DISTANCE</th>
<td rowspan=4><a href=14.php target=_blank><img src="image/meeting3.jpg" width=150 height=150 align=right></a></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Railway-Station</td>
<td>1 Km</td>
</tr>
<tr>
<td>Bus Station</td>
<td>0 Km</td>
</tr>
<tr>
<td><font color="#7c0000">Sitting</font></td>
<td></td>
<td></td>
<td align=middle><font color="#7c0000"> regal </font></td>
</tr>
</table>
<marquee behavior=alternate bgcolor="#7e0000"><b><i><a href=contectus.php><font color="white">Devloped By :- Finava Vipul & Metaliya Nikunj </a></i></b></font></marquee>
</body>
</html>
</html>