-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
67 lines (56 loc) · 2.36 KB
/
services.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
<html>
<head>
<title>Services</title>
<link rel="stylesheet" href="services.css">
</head>
<body>
<header class="header">
<div class="left">
<!-- left box for logo -->
<img src="logo4.png">
<div class="logo">Tours Planet</div>
</div>
<div class="mid">
<!-- mid box for navbar -->
<ul class="navbar">
<li><a href="http://localhost:8080/project/">Home</a></li>
<li><a href="http://localhost:8080/project/login.html">LogIn</a></li>
<li><a href="http://localhost:8080/project/signup.html">SignUp</a></li>
<li><a href="http://localhost:8080/project/trips.html">Trips</a></li>
<li><a href="http://localhost:8080/project/services.html">Services</a></li>
<li><a href="http://localhost:8080/project/logout.jsp">LogOut</a></li>
</ul>
</div>
<div class="right">
<!-- right box for buttons -->
<button class="btn">Call Us</button>
<button class="btn">Email Us</button>
</div>
</header>
<div>
<h1>OUR SERVICES</h1>
</div>
<div id="t">
<table cellspacing=65>
<tr>
<td class="ourServices">
<h2 align=center>Wide Variety Of Tourz</h2>
<p align=center>We offer a wide variety of tours with destinations all over the Pakistan.Our website
lets you find the tour you want for your next holiday.</p>
</td>
<td class="ourServices">
<h2 align=center>Qualified services</h2>
<p align=center>Our tour managers are qualified, skilled, and friendly to bring you the best
service.You can always get professional support from our staff and ask any question you
have.also u can contact us by sending mail to us</p>
</td>
<td class="ourServices">
<h2 align=center>Affordable</h2>
<p align=center>we try our best to provide you with the most reasonable packages.Our team offers
only the best selection of affordable and luxury hotels to our clients.</p>
</td>
</tr>
</table>
</div>
</body>
</html>