-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
73 lines (48 loc) · 1.97 KB
/
home.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css"></link>
</head>
<body>
<div class="page">
<div class="headerpart"></div>
<div class="linkspart">
<center>
<a href="index.html">Home</a>   
<a href="login_page.php">Book Tickets</a>  
<a href="pnrall.php">Check PNR</a>  
<a href="login_page.php">Login</a>  
<a href="new_user.php">Sign Up</a>  
<a href="index.html">Contact us</a>  
<a href="index.html">About Us</a>  
</center>
</div>
<div class="bodypart">
<div class="imagepart"></div>
<div class="newspart">
<h2> News & Announcements </h2>
<div class="news">
<marquee direction="up" height="100%">
<h4>How to Book Tickets </h4> <br>
<p> Step 1: Sign Up.<br>
Step 2: Then Login with your credetials (ie. Username and password).<br>
Step 3: Enter Station between which you want to travel and date of journey<br>
Step 4: You have select No. Of passangers and Class of Birth ( Economy or Business) .<br>
Step 5: Select preferrable flight :<br>
a)Make payemnt<br>
b)After payment you got PNR Number<br>
c) Print Ticket<br>
d)You can check also PNR Status Through PNR Check on Home Page<br>
<hr>
</marquee>
<a href="morenews.html">more news...</a>
</div>
</div>
<h3> About Airline </h3>
<p> An airline is a company that provides air transport services for traveling passengers and freight. Airlines utilize aircraft to supply these services, and may form partnerships or alliances with other airlines for codeshare agreements. Generally, airline companies are recognized with an air operating certificate or license issued by a governmental aviation body.</p>
</div>
<div class="footerpart">
<center> 2019 All Right Reserved. Airline [ Give credit to author ] </center>
</div>
</div>
</body>
</html>