diff options
Diffstat (limited to 'static/shinobi')
| -rw-r--r-- | static/shinobi/index.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/static/shinobi/index.html b/static/shinobi/index.html new file mode 100644 index 0000000..b035b9b --- /dev/null +++ b/static/shinobi/index.html @@ -0,0 +1,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="regNickInput" /> + <br> + + <label style="text-align:left;margin-bottom:-8px;">password</label> + <input type="password" class="field" id="regPasswordInput" /> + <br> + <label style="text-align:left;margin-bottom:-8px;">password2x</label> + <input type="password" class="field" id="regPasswordInput2" /> + + <label style="text-align:left;margin-bottom:-8px;">email</label> + <input type="text" class="field"id="regEmailInput" /> + </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> |
