blob: 0382d56188aebe597724ecea0748fb7dcee7b30f (
plain)
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
|
<html><head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="http://dump.fm//static/js/underscore-min.js"></script>
<script type="text/javascript" src="http://dump.fm//static/js/register.js"></script>
<script>
$(document).ready(initRegister);
</script>
<link rel="stylesheet" type="text/css" href="http://dump.fm/static/css/index.css">
<link rel="shortcut icon" href="static/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board">
<META NAME="description" CONTENT="Talk with pictures!">
<title>dump.fm - register</title></head>
<body>
<div id="rapper"></div>
<div id="content" style="z-index:77;">
<div id="main" align="center">
<div id="passwordreset">
<img src="/static/img/furie3.png" id="furie3" />
<div id="passwordreset">
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
<label style="text-align:left;margin-bottom:-8px;">username</label>
<input type="text" class="field"id="nickInput" />
<br>
<label style="text-align:left;margin-bottom:-8px;">password</label>
<input type="password" class="field" id="passwordInput" />
<br>
<label style="text-align:left;margin-bottom:-8px;">password2x</label>
<input type="password" class="field" id="passwordInput2" />
<label style="text-align:left;margin-bottom:-8px;">email</label>
<input type="text" class="field"id="emailInput" />
</h1>
</form>
<br>
<div align="center">
<input type="submit" class="submit" id="submit" value="Register!" />
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12364576-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
|