diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-26 18:37:01 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-26 18:37:01 -0400 |
| commit | 349d26003f3618abe7167bfc6172bad4462354df (patch) | |
| tree | 65e101a2735279740ed15f5657c7a038c3e265d1 /static/getstarted.html | |
| parent | 7f21d10fb717952fcc4830bfdc7d7ed5360714f3 (diff) | |
Deleted static crap
Diffstat (limited to 'static/getstarted.html')
| -rwxr-xr-x | static/getstarted.html | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/static/getstarted.html b/static/getstarted.html deleted file mode 100755 index c1ac1b1..0000000 --- a/static/getstarted.html +++ /dev/null @@ -1,95 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>dump.fm</title> -<link rel="stylesheet" type="text/css" href="main2.css"> - <link rel="stylesheet" type="text/css" href="static/reset.css"> - <link rel="shortcut icon" href="static/favicon.ico"> - <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> - <script type="text/javascript" src="static/sha1.js"></script> - <script type="text/javascript" src="static/register.js"></script> - - - <script> - $(document).ready(initRegister); - </script> - -<style type="text/css"> -<!-- -a:link { - text-decoration: none; - -} -a:visited { - text-decoration: none; - border: 0px; -} -a:hover { - text-decoration: none; - border: 0px; -} -a:active { - text-decoration: none; - border: 0px; -} -img{border: 0px;} ---> -</style> -</head> -<body> - -<div id="apDiv2"> - <div align="center"><img src="dfm.png" width="384" height="136" /> - </div> - <div id="about"> - <p align="left"><a href="room.html"><img src="try.gif" width="159" height="96" /></a></p> -</div> - <div id="signinbg"></div> - <div id="signin"> - <div align="right"> - <div id="registerbox"> - <h1>Sign Up!<br /> - <span>Nickname</span> - <input type="text" id="nickInput" size="16" /> - <br /> - <span>Email</span> - <input type="text" id="emailInput" size="20" /> - <br /> - <span>Password</span> - <input type="password" id="passwordInput" size="17" /> - <br /> - - <input type="submit" id="submit" value="YEAH!!!" /> - </h1> - </div> - - <div id="confirmationbox" style="display: none"> - <h1>You've registered!</h1> - <span>Please wait as you're redirected to the chat.</span> - </div> -</div> -</div></div> - <div class="info" id="info"> - <div align="center" class="info">* © 2009 dump.fm - * About Us - * Contact - * Blog - * Goodies - - * Help - * Terms - * Privacy</div> - </div> - - -</div> - -<div id="bottom"> - <div align="center"></div> -</div> - -<div id="plane"></div> -<br /> -</body> -</html> |
