-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
52 lines (49 loc) · 1.4 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
50
51
52
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<style type="text/css">
</style>
</head>
<body>
<!-- Div Container Start -->
<div align="center" class="container">
<div class="content">
<!-- Logo Goes Here -->
<h1>Gaming Unlimited</h1>
</div>
</div>
<!-- Div Container End-->
<nav>
<div id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="news.html">News</a></li>
<li><a href="activity.html">Activities</a></li>
<li><a href="shop.html">Club Shop</a></li>
<li><a href="signup.html">Sign Up</a></li></ul>
</ul>
</div>
</nav>
<div id="apDiv3">
<form name="form1" method="post" action="">
<center>
<h1> Sign Up</h1>
</center>
<p>First name:<br>
<input name="firstname" type="text" required>
<br>
Last name:<br>
<input type="text" name="lastname" value="" required><br>
Email:<br>
<input type="text" name="email" required ><br>
Password:<br>
<input type="password" name="password" required ><br>
<input name="submit" type="submit">
</p>
</form>
</div>
<div id="apDiv6"><img src="images/signup-image2.jpg" width="573" height="307"></div>
<div id="apDiv9"><img src="images/signup-image1.jpg" width="573" height="307"></div>
</body>
</html>