forked from sunami09/Transparent-login-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
23 lines (22 loc) · 922 Bytes
/
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Sign Up</title>
<link href="signup.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Play" rel="stylesheet">
</head>
<body>
<div class="signup">
<form>
<h2 style="color: #fff;">Sign up</h2>
<input type="text" name="username" placeholder="First Name"><br><br>
<input type="text" name="username" placeholder="Last Name"><br><br>
<input type="password" name="pass" placeholder="Create Password"><br><br>
<input type="password" name="pass" placeholder="Confirm Password"><br><br>
<input type="text" name="email" placeholder="Email Address"><br><br>
<input type="button" value="Sign Up"><br><br>
<div id="msg">yes i,soham das have contributed to this project</div>
</form>
</div>
</body>
</html>