-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (37 loc) · 1.5 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
<html>
<head>
<title>Login Form Design </title>
<link rel="stylesheet" type="text/css" href="style.css">
<body>
<div class="loginbox">
<img src="https://cdn3.iconfinder.com/data/icons/login-4/512/LOGIN-10-512.png" class="male">
<h1>Login Here</h1>
<form>
<p>Username</p>
<input type="text" name="" placeholder="Enter Username" id="username"/>
<p>Password</p>
<input type="password" name="" placeholder="Enter Password" id="password"/>
<input type="button" value="Login" id="submit" onclick="validate()"/>
<a href="#">Lost Your Password?</a><br>
<a href="#">Don't have an account?</a>
</form>
</div>
<script src="login.js"></script>
</body>
<body>
<header>
<header>
<u1 id="left-nav">
<img src="Oorja (1)1.png" class="Oorja (1)1">
</u1>
<u1 id="right-nav">
<li><a href="">Contact us</a></li>
<li><a href="">About us</a></li>
</u1>
</header>
<footer>
©2020 by Notus developers
</footer>
</body>
</head>
</html>