diff options
| author | Scott Ostler <sostler@ubuntu.(none)> | 2010-01-03 00:57:07 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@ubuntu.(none)> | 2010-01-03 00:57:07 -0500 |
| commit | 9d7877bb39a0ff45ce67e95ca04d32077027a23a (patch) | |
| tree | b4890a035885e312c1fd066cbb91d366dcf2e0c4 /static/index.html | |
| parent | a80eb3d74a24a56151d60d1c1015a1ae51a0a492 (diff) | |
Adding latest content
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/static/index.html b/static/index.html index 4615d9f..6c6450a 100755 --- a/static/index.html +++ b/static/index.html @@ -129,13 +129,9 @@ td { } .btnav { border: 0px #000000 solid;} body { - background-color:#e3e3e3; - - background-image:url(static/brokenlinkk.gif); + background-image:url(static/shaq.gif); background-position:center; - - background-repeat:no-repeat; overflow:hidden; } .submit { @@ -202,13 +198,13 @@ body { <h1 align="center"> </h1> <h1 align="center"><br /> u - <input type="text" class="feild"id="nickInput" size="17" name="txt" value="username" + <input type="text" class="feild"id="nickInput" size="17" name="txt" onfocus="if(this.beenchanged!=true){ this.value = ''}" onblur="if(this.beenchanged!=true) { this.value='username' }" onchange="this.beenchanged = true;"/> <br /> p - <input type="password" class="feild" id="passwordInput" size="17"name="txt" value="password" + <input type="password" class="feild" id="passwordInput" size="17"name="txt" onfocus="if(this.beenchanged!=true){ this.value = ''}" onblur="if(this.beenchanged!=true) { this.value='passwordpasswordd' }" onchange="this.beenchanged = true;"/> @@ -231,7 +227,7 @@ onchange="this.beenchanged = true;"/> </div> </div> -<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> </html>
\ No newline at end of file |
