-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathUI PAGE harshit.html
32 lines (30 loc) · 934 Bytes
/
UI PAGE harshit.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
<!DOCTYPE html>
<!-- https://codepen.io/mr_planck/pen/XWWEYLG -->
<hmtl>
<head>
<link rel="stylesheet" type="text/css" href="UI PAGE harshit.css">
<title>
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="back">
<div id="box">
<div >
<img style="height: 120px; top: 30px;" src="https://www.freeiconspng.com/uploads/eyes-icon-0.png">
</div>
<div id="form">
<form >
Name: <br>
<input type="text"><br>
Password: <br>
<input type="password"><br>
</form>
</div>
<div>
<button type="submit">Login</button>
</div>
</div>
</div>
</body>
</hmtl>