-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsignup.html
34 lines (32 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./styleas/signup.css">
</head>
<body>
<div>
<img id="main_img" src="https://1.bp.blogspot.com/-WKDZeUZVgSU/X1m1Sd-1xII/AAAAAAAAAKI/2kmJsYkCU4Y-xSwniCjC9HSdOIO2I6w_wCLcBGAsYHQ/s1920/HOW%2BTO%2BUSE%2BSKILLS%2BTO%2BWIN%2BFANTASY%2BCRICKET%2B%252818%2529.png" alt="">
<div id="div1">
<div id="div2">
<div id="sign_main">
<h1>Sign Up</h1>
<p class="st">Please Enter Your Details</p>
<input type="e-mail" id="email" placeholder="Email Address">
<br>
<input type="password" id="pass" placeholder="Password">
<br>
<input id="" type="checkbox" >
<p>I have read all Terms & Conditions and Privacy Policy for WonderWins</p>
<button id="submit1">Sign Up</button>
<p class="nd">Already Have An Account? <a href="./fantasy.html">Login Now</a></p>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="./scriptas/signup.js"></script>