diff options
| author | Julie Lala <jules@okfoc.us> | 2014-06-24 18:52:07 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-06-24 18:52:07 -0400 |
| commit | 948926970571793e774ebf34c16e14ef8e694062 (patch) | |
| tree | 90250502c299fc130efbd4c54a62e3c158cb7acd /static/idgi | |
| parent | 0e9eb8b4fc0ef43f91b69749f276cadf2d3bb3ad (diff) | |
| parent | c14e6d4356a2c4d9981a6808ef19edb66fc96e51 (diff) | |
Merge branch 'master' of dumpfm:/pichat/repo
Diffstat (limited to 'static/idgi')
| -rw-r--r-- | static/idgi/index.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/static/idgi/index.html b/static/idgi/index.html new file mode 100644 index 0000000..d20b89d --- /dev/null +++ b/static/idgi/index.html @@ -0,0 +1,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> |
