-
Notifications
You must be signed in to change notification settings - Fork 0
/
pnr1.html
42 lines (39 loc) · 1.36 KB
/
pnr1.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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="author" content="colorlib.com">
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet" />
<link href="css/main.css" rel="stylesheet" />
</head>
<body>
<div style="text-align:center;
color: white;
font-family: initial;
font-size: 30px;
background-color: cadetblue;">Railway Reservation System</div><br><br>
<div style="text-align:center;
font-family: initial;
font-size: 40px;
">Check PNR Details</div>
<div class="s01">
<form method="post" action="Pnrservlet">
<div class="inner-form">
<div class="input-field first-wrap">
<input name="p1" id="search" type="text" placeholder="Enter Train ID" />
</div>
<div class="input-field second-wrap">
<input name="p2" id="location" type="text" placeholder="Enter Username" />
</div>
<div class="input-field third-wrap">
<input type="submit" value="Search">
</div>
</div>
</form>
</div>
<form action='login.html'>
<input class="button1" type=submit value="LOG OUT">
</form>
</body>
</html>