-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.php
130 lines (106 loc) · 4.38 KB
/
signup.php
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<!--
____ __ __
/ __ \____ _____ _____ _/ /___ / /
/ /_/ / __ `/ __ `/ __ `/ / __ \/ /
\__, / /_/ / /_/ / /_/ / / /_/ / /
/____/\__, /\__,_/\__, /_/\____/_/
/____/ /____/
-->
<head>
<title>Just for Fun!</title>
<link rel="shortcut icon" href="img/favicon.gif" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta content="width=device-width; initial-scale=1.0;" name="viewport" />
<link rel="stylesheet" href="./https@d24w6bsrhbeh9d.cloudfront.net/css/screen-v5.3.9.css" media="screen,projection" type="text/css" />
<script type="text/javascript" src="./https@d24w6bsrhbeh9d.cloudfront.net/js/mootools/mootools-1.3.1-yui-compressed.js"></script>
<script type="text/javascript" src="./https@d24w6bsrhbeh9d.cloudfront.net/js/Libraries-v1.3.js"></script>
<script type="text/javascript" src="./https@d24w6bsrhbeh9d.cloudfront.net/js/gag.min-v2.5.3.js"></script>
</head>
<body id="page-signup">
<div class="signup-login-wrap">
<a class="signup-login-btn" href="login">Have an account? <b>Sign in</b></a>
<div class="header">
<a href="index.php"><h1>9gag</h1></a>
</div>
<div class="content">
<div id="signup-desc" class="description">
<h2>Welcome to the best place for fun.</h2>
<h3>Sign up now to explore new content <br/>and vote on your favourites.</h3>
<div class="special-btn-wrap">
<a class="special-btn facebook badge-facebook-connect" label="LoginFormFacebookButton" next="" href="javascript:void(0);">Sign up with Facebook</a>
</div>
<p class="message">
We'll never post without your permission.<br/>
<a id="no-facebook-account" href="javascript:void(0);">I don't have a Facebook account</a>.
</p>
</div>
<div id="signup-desc-done" class="description" style="display:none;">
<h2>Thanks for your sign up!</h2>
<h3>
We will send you an invite as soon as we can.<br/>
In the meantime, <a href="index.php">go have some fun now!</a> </h3>
</div>
<div id="request-invite-block" style="display:none;">
<form id="form-signup-login" class="generic" action="">
<input type="hidden" id="csrftoken" name="csrftoken" value="d851aabfbe41270771f81f3ca30c028a"/>
<div class="field">
<label>电邮地址</label>
<input id="signup-request-email" type="email" class="text" placeholder="Your email" maxlength="200"/>
</div>
<div class="action">
<a id="get-email-invitation" class="button" href="javascript:void(0);">Request Invitation</a>
</div>
<p id="signup-msg" class="message red" style="display:none;"></p>
</form>
</div>
<div id="request-invite-loading" style="display:none;">
<a class="button loading" href="javascript:void(0);"></a>
</div>
</div>
</div>
<div style="display:none;">
<span id="siteDomain">9gag.com</span>
<span id="backUrl">%2Fsignup</span>
<span id="fb-app-id">111569915535689</span>
<span id="fbTimelineApi">ninegag:laugh_at?funny_post</span>
</div>
<div id="fb-root"></div>
<script src="./https@connect.facebook.net/en_US/all.js" type="text/javascript"></script>
<!-- Google Analytics -->
<!--ipt type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4838180-1']);
_gaq.push(['_setDomainName', '.9gag.com']);
_gaq.push(['_deleteCustomVar', 1]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</scri-->
<!-- Quantcast Tag -->
<script type="text/javascript">
var _qevents = _qevents || [];
(function() {
var elem = document.createElement('script');
elem.src = (document.location.protocol == "https:" ? "./https@secure/" : "./edge/") + ".quantserve.com/quant.js";
elem.async = true;
elem.type = "text/javascript";
var scpt = document.getElementsByTagName('script')[0];
scpt.parentNode.insertBefore(elem, scpt);
})();
_qevents.push({
qacct:"p-f8Bn5MbvAQbXQ"
});
</script>
<noscript>
<div style="display:none;">
<img src="./https@pixel.quantserve.com/pixel/p-f8Bn5MbvAQbXQ.gif" border="0" height="1" width="1" alt="Quantcast"/>
</div>
</noscript>
<!-- End Quantcast tag -->
</body>
</html>