-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (35 loc) · 1.49 KB
/
index.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
<!DOCTYPE html>
<head>
<title>Login Form Design</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>
<a href="http://www.airindia.in" target="_blank" title="Flying Returns">
<img width="208" height="69" title="Flying Returns" alt="Flying Returns" src="new-logo.png" />
</a>
<a href="http://www.staralliance.com" target="_blank" title="Star Alliance">
<img width="253" height="69" title="Star Alliance" alt="Star Alliance" src="new-star-allinace-logo.png" />
</a>
</h1> </div><div id="headerBar" class="ui-outputpanel ui-widget"></div></div>
<marquee scrollamount="5">
Welcome to all visitors,please kindly login/register to access main page.
To know more about us
<a href="https://en.wikipedia.org/wiki/Air_India">click here.</a>
</marquee>
<div class="box">
<img src="user.png" title="Air India" onclick="window.location.href=''" class="user">
<form action="index1.html" method="POST">
<br><br>
<p>Username</p>
<input type="text" name="uname1 " placeholder="Enter Username " required="">
<br><br>
<p>Password</p>
<input type="password" name="upswd1" placeholder="Enter Password" required="">
<input type="submit" name="" value="Login">
<br><br>
<a href="register.html">Register for new account ?</a>
</form>
</div>
</body>
</html>