blob: d20b89d535caa6cb5ad9d174cffe2698836db2fa (
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
|
<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="/static/js/underscore-min.js"></script>
<script type="text/javascript" src="/static/js/register.js"></script>
<script>
$(document).ready(initRegister);
</script>
<style>
input{width:600px;height:70px;margin-bottom:20px;}
body{min-width:600px;font-size:10px;font-family: Comic Sans MS,Verdana,Helvetica,sans-serif; background-image:url('http://dumpfm.s3.amazonaws.com/images/20101229/1293613078541-dumpfm-adultbraces-vipnotdiy.gif');padding:20px;border:40px ridge yellow;color:blue;}
html{background-image:url('http://dumpfm.s3.amazonaws.com/images/20101130/1291165289435-dumpfm-smokecrack-vip.gif');background-position:center;}
</style>
<link rel="stylesheet" type="text/css" href="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 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 style="width:250px;margin:30 auto;background:yellow;>
<div align="center"><h1><b>CLOSED FOR NOW LOL...</b></h1><br>
<!-- <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" />
<br>
<label style="text-align:left;margin-bottom:-8px;">email</label>
<input type="text" class="field" id="emailInput" />
<br>
<div align="right">
<input type="submit" class="submit" id="submit" value="Register!" />-->
<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>
|