diff options
Diffstat (limited to 'static/trash/starts/startpage1.html')
| -rwxr-xr-x | static/trash/starts/startpage1.html | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/static/trash/starts/startpage1.html b/static/trash/starts/startpage1.html new file mode 100755 index 0000000..b938eb5 --- /dev/null +++ b/static/trash/starts/startpage1.html @@ -0,0 +1,96 @@ +<!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="static/starts/main.css"> +<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 id="about"> + <p> </p> + <p>dump.fm lets you talk with pictures.<br /> + </p> + <p><br /> + share images from anywhere on the web or ones stored on your computer, in real time.<br /> + <br /> + </p> + <p align="center"><a href="index.html"><img src="static/starts/getstarted.gif" width="262" height="94" /></a></p> + <div align="right"></div> + </div> + <div id="signinbg"></div> + <div id="signin"> + <div align="right"> + <p align="center"><img src="static/starts/mark1.png" width="329" height="96" /></p> + <div id="input"> + <form id="form1" name="form1" method="post" action="" > + <label>username + <input type="text" name="textfield" id="textfield" class="form"/> + <br /> + </label> + </form> + <form id="form1" name="form1" method="post" action=""> + <label>password + <input type="text" name="textfield" id="textfield"class="form" /> + </label> + <br /> + <label> <span class="re">remember me </span> + <input type="checkbox" name="remember" id="remember" /> + </label> + </form> + <form id="form2" name="form2" method="post" action=""> + <label> + <input type="submit" name="Signin" id="Signin" value="Sign In" /> + </label> + </form> + </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> +<div id="apDiv3"></div> +<div id="apDiv4"></div> +<div id="bottom"> + <div align="center"></div> +</div> +<div id="apDiv5"></div> +<div id="apDiv6"></div> +<div id="plane"></div> +<br /> +</body> +</html> |
