-
Notifications
You must be signed in to change notification settings - Fork 0
/
login.htm
40 lines (32 loc) · 1.27 KB
/
login.htm
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
<html>
<head>
<title>
Login Page
</title>
</head>
<!-- <body style="background-color: aqua">-->
<body style="background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('1.jpeg');
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size:100% 100vh;
background-attachment:fixed;">
<h1 style="color: maroon;font-size: 350%;text-align: center;">Login Form</h1>
<center> <div style="background-image:url('2.jpg') ;height: 50%;width: 500px;">
<form style="padding:25%;width: 10px;">
Username:
<input type="text" name="user" value="user"><br>
Password:
<input type="text" name="pass" value="pass"><br>
<!-- Branch:
<select name="">
<option value="cse">Cse</option>
<option value="eee">Eee</option>
<option value="ec">Ec</option>
<option value="mech">Mech</option>
</select><br>-->
<input type="submit" value="Submit">
</form>
</div> </center>
</body>
</html>