-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 1.4 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="css/style.css" rel='stylesheet' type='text/css' />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--webfonts-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text.css'/>
<!--//webfonts-->
</head>
<body>
<div class="main">
<div class="header" >
<h1> Create a Free Account!</h1>
</div>
<form>
<ul class="left-form">
<h2>New Account:</h2>
<li>
<input type="text" placeholder="Username" required/>
<a href="#" class="icon ticker"> </a>
<div class="clear"> </div>
</li>
<li>
<input type="text" placeholder="Email" required/>
<a href="#" class="icon ticker"> </a>
<div class="clear"> </div>
</li>
<li>
<input type="password" placeholder="password" required/>
<a href="#" class="icon into"> </a>
<div class="clear"> </div>
</li>
<li>
<input type="password" placeholder="password" required/>
<a href="#" class="icon into"> </a>
<div class="clear"> </div>
</li>
<input type="submit" onclick="myFunction()" value="Create Account">
<div class="clear"> </div>
</ul>
<div class="clear"> </div>
</ul>
<div class="clear"> </div>
</form>
</body>
</html>