diff options
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 50978a3..5373ebd 100755 --- a/static/index.html +++ b/static/index.html @@ -130,13 +130,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 { @@ -203,13 +199,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;"/> @@ -232,7 +228,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> |
