diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2009-12-21 16:55:25 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2009-12-21 16:55:25 -0500 |
| commit | 2e3b548249968e8e83ef5f78d81e82064c8e6420 (patch) | |
| tree | c4edd10e254bc8f384a607ea3bd34ddd0dfb4708 /static/register.html | |
| parent | 5a8312ca25868679df1acb3b3fc208482460ee0e (diff) | |
Lotta changes
Diffstat (limited to 'static/register.html')
| -rwxr-xr-x | static/register.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/static/register.html b/static/register.html index acfaca4..e2ead5f 100755 --- a/static/register.html +++ b/static/register.html @@ -1,3 +1,5 @@ +<html> + <head> <link rel="shortcut icon" href="static/favicon.ico"> @@ -10,7 +12,7 @@ <link rel="stylesheet" type="text/css" href="static/reset.css"> <link rel="shortcut icon" href="static/favicon.ico"> - <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>dump.fm</title></head> <style type="text/css"> <!-- .white a:link { @@ -63,7 +65,7 @@ width:500px; margin: 0px auto -1px auto; top:150px; - height:420px; + height:380px; z-index:2; opacity:0.9; border-top-left-radius:10px; @@ -132,7 +134,7 @@ body { background-color:#e3e3e3; - background-image:url(static/brokenlink.gif); + background-image:url(static/brokenlinkk.gif); background-position:center; background-repeat:no-repeat; @@ -208,13 +210,9 @@ body { <p align="right" class="line"> </p> <p align="center" class="line">Talk with pictures. <h1 align="center"><br /> + </h1> <div id="registerbox"> <div align="right"> - <p align="right" class="line2">With dump.fm you can share images<br> - from around the web or ones on your</p> - <p align="right" class="line2">computer, in realtime.</p> - <p align="right" class="line2"><br> - <em>We think you'll really dig it.</em></p> <h1> </h1> <h1><span>username</span> <input type="text" class="feild"id="nickInput" /> @@ -232,7 +230,7 @@ body { </h1> <div align="center"> - <input type="submit" class="submit" id="submit" value="register" /> + <input type="submit" class="submit" id="submit" value="Done" /> </div> </div> </div> @@ -249,4 +247,5 @@ body { <div style="position: fixed; bottom: 3px; right: 3px; font-size: xx-small; z-index: 10;"><button onClick="getBackground()" title="Rotate background image" style="font-size: xx-small;">+</button></div> -</body>
\ No newline at end of file +</body> +</html>
\ No newline at end of file |
