-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
49 lines (49 loc) · 1.93 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
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="signupresp.css">
<link rel="stylesheet" media="screen and (max width: 1100px)" href="signupresp.css">
<title>Document</title>
<link rel="stylesheet" href="signup.css">
</head>
<body>
<section id="loginform" style="margin-left: -120px;">
<h1 class="heading">Create your account</h1>
<div class="loginbox">
<form action="no action.php">
<div class="inputform">
<label for="Email1"></label>
<input type="email" name="Email1" autocomplete="email" id="email" placeholder="Enter your Email">
<label for="password"></label>
<input type="password" name="password" id="password" placeholder="Enter your password" autocomplete="none" required="required">
</div>
<a href="forum_discussion_page.html"><button type="button" class="btn">Continue</button></a>
</form>
</div>
<!-- <div class="container">
<Span id="or">OR</Span>
</div> -->
<div class="new">
<p>Already have an account?<a href="login.html">Login</a></p>
</div>
<div>
<!-- <button class="glogin">
<img src="google-logo-9826.png" alt="google">
<p id="firstp">Continue with google</p>
</button>
</div>
<div>
<button class="glogin">
<img src="facebook-logo-png-8.png" alt="Facebook">
<p id="firstp">Continue with Facebook</p>
</button>
</div>
<button class="glogin">
<img src="microsoft-icon-png-12760.png" alt="Microsoft">
<p id="firstp">Continue with Microsoft</p>
</button>
</section> -->
</body>
</html>