diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/register.html | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/static/register.html b/static/register.html index 4d86ac0..c60a319 100644 --- a/static/register.html +++ b/static/register.html @@ -15,13 +15,6 @@ <style type="text/css"> - - - - - - - <!-- .white a:link { text-decoration: none; @@ -137,7 +130,7 @@ text-decoration:none; font-size:15px; } -.feild { +.field { height:40px; width:300px; border:3px #000; @@ -225,27 +218,26 @@ top:15px; <div align="right"> <h1> </h1> <h1><span>username</span> - <input type="text" class="feild"id="nickInput" /> + <input type="text" class="field"id="nickInput" /> <br /> <span>password</span> - <input type="password"class="feild" id="passwordInput" /> + <input type="password"class="field" id="passwordInput" /> </h1> <h1><span>email</span> - <input type="text" class="feild"id="emailInput" /> + <input type="text" class="field"id="emailInput" /> </h1> <h1><span> regcode</span> - <input type="text" class="feild" id="codeInput" /> + <input type="text" class="field" id="codeInput" /> </h1> - - <h1> <br /> - + + <h1><br /> + </h1> - <div align="center"> - - <input type="submit" class="submit" id="submit" value="Register!" /> + <div align="center"> + <input type="submit" class="submit" id="submit" value="Register!" /> </div> </div> </div> |
