-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
45 lines (40 loc) · 1.47 KB
/
signup.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav">
<div class="nmid">
<ul>
<li><a href="index.html" class="home">HOME</a></li>
<!-- <li><a href="#aboutus">ABOUT</a></li> -->
<!-- <li><a href="#featured">FEATURED</a></li> -->
<li><a href="contact.html">CONTACT US </a></li>
</ul>
</div>
<div class="nright">
<div class="login"><a href="login.html">LOGIN</a></div>
<div class="signup"><a href="signup.html" style="border-bottom: solid orangered;">SIGNUP</a></div>
</div>
</div>
<div class="nav2">
<h1 class="logn">SIGNUP</h1>
<div class="wcbk"><h3>Unlock a World of Knowledge: Join Our Digital Library Today!</h3></div>
</div>
<div class="heropg">
<!-- <form action="#"> -->
<p class="qwerty">Enter your Username</p>
<input type="text" class="input">
<p class="qwerty">Enter your Email</p>
<input type="email" class="input">
<p class="qwerty">Enter password:</p>
<input type="password" class="input">
<!-- </form> -->
<a href="#" class="btn">SIGNUP</a>
</div>
</body>
</html>