This repository was archived by the owner on Feb 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
80 lines (77 loc) · 3.81 KB
/
index.php
File metadata and controls
80 lines (77 loc) · 3.81 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
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="TicketRes.css" type="text/css" rel="stylesheet"/>
</head>
<body bgcolor="#ddd">
<div class="fieldtop">
      <a href="index.php" class="menus"><span class="presentPage">Home</span></a>       |        
<a href="AboutUs.php" target="_blank" class="menus">About Us</a>       |        
<a href="Booking.php" target="_blank" class="menus">Booking</a>       |        
<a href="Gallery.php" target="_blank" class="menus">Gallery</a>       |        
<a href="ContactUs.php" target="_blank" class="menus">Contact Us</a>       |        
<a href="Help.php" target="_blank" class="menus">Help</a>
</div>
<div id="homephoto">
<center><br><br><br><br><br>
<marquee id="marq">Come, travel with <span id="address"><i>letstravelsomewhere.com</i></span></marquee>
<br><br><br><br><br><br>
<center>
<fieldset id="box1">
<h1 align='center' style="font-family:Courier New">Welcome</h1>
<span>
Welcome to <a href="index.php"><i id="welcome">letstravelsomewhere.com</i></a>
<br>This is a website using which you will be able to book your ticket anywhere and anytime from the comfort
of your house or office.
</span>
</fieldset><br><br><br><br><br><br><br>
<fieldset id="box6">
<h1 style="font-family:Courier New">Assurance</h1>
<span>
We assure you that we shall try to serve you the best ticket reservation service and <br>not let you face any kind
of problem during the<br> process. <br><br><br><br><br>
In case something went wrong and you want to contact us regarding our site, <br>please feel free to do so. <br>
<br> For that purpose, please visit our <a href="ContactUs.php" target="_blank" style="text-decoration:none;color:red;">Contact Us </a>page.
</span><br><br><br><br>
<br><br>
</fieldset><br><br>
<br><br><br>
<table align="right">
<tr>
<td align="right"><a href="logout.php" id="logout">Log-out</a><br><br></td>
</tr>
<tr>
<td><a href="Register.php" id="logout">Register here!</a><br><br></td>
</tr>
</table><br><br>
</center>
<br><br><br><br>
<span style="font-size:15px;color:white;">If you want to connect with us you can follow us on our social media platforms.</span>
<br><br>
<div>
<a href="https://www.instagram.com/">
<img src="icons//ig2icon.png" class="icons"/>
      
</a>
<a href="https://twitter.com/">
<img src="icons//twittericon2.png" class="icons"/>
      
</a>
<a href="https://www.youtube.com/">
<img src="icons//yt2icon.png" class="icons"/>
      
</a>
<a href="https://www.facebook.com/">
<img src="icons//fbicon2.jpg" class="icons"/>
</a>
</div><br>
<span id="footer">Designed and developed by Dilip Kumar Sunar | 2020 | <i>@dilipkumarsunar.com</i></span>
</div>
</body>
</html>