-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (28 loc) · 1.06 KB
/
index.html
File metadata and controls
34 lines (28 loc) · 1.06 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="login.css">
</head>
<body >
<div class="outer"><div class="inner">
<img src="insta.jpg" alt="" style="width:150px;height:50px;">
<form class="form" name="logi">
<label for="username"> <h2>USERNAME</h2> <br>
<input type="text" name="un" id="u" placeholder="Username" required value="">
</label>
<label for="password"> <h2>PASSWORD</h2> <br>
<input type="password" name="ps" id="u" placeholder="Password" required value=""><br><br>
<a href="try.html">Forgot password</a>
</label><br>
<button type="button" onclick="check()"><h3>LOGIN</h3></button><br>
<div class="to">
<h5>Or signup using</h5>
<img src="fb.png" alt="">
<img src="google.png" alt="">
<img src="twitter.png" alt=""></div>
</form>
</div>
</div>
<script src="login.js"></script>
</body>
</html>