-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (46 loc) · 2.3 KB
/
Copy pathindex.html
File metadata and controls
50 lines (46 loc) · 2.3 KB
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">
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
</head>
<body>
<div class="main">
<!-----start-main---->
<div class="inset">
<div class="social-icons">
<div class="span"><a href="#"><img src="images/fb.png" alt=""/><i>Connect with Facebook </i><div class="clear"></div></a></div>
<div class="span1"><a href="#"><img src="images/t-bird.png" alt=""/><i>Connect with Twitter</i><div class="clear"></div></a></div>
<div class="clear"></div>
</div>
</div>
<h2>Or sign up with</h2>
<form>
<div class="lable">
<input type="text" class="text" value="First Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'First Name';}" id="active">
<input type="text" class="text" value="Last Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Last Name';}">
</div>
<div class="clear"> </div>
<div class="lable-2">
<input type="text" class="text" value="your@email.com " onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'your@email.com ';}">
<input type="password" class="text" value="Password " onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Password ';}">
</div>
<div class="clear"> </div>
<h3>By creating an account, you agree to our <span><a href="#">Terms & Conditions</a> <span></h3>
<div class="submit">
<input type="submit" onclick="myFunction()" value="Create account" >
</div>
<div class="clear"> </div>
</form>
<!-----//end-main---->
</div>
<!-----start-copyright---->
<div class="copy-right">
<p>More Templates <a href="https://www.webmoban.net" target="_blank" title="网站模板">网站模板</a></p>
</div>
<!-----//end-copyright---->
</body>
</html>