diff options
Diffstat (limited to 'static/register.html')
| -rw-r--r-- | static/register.html | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/static/register.html b/static/register.html index 9bf03f4..7ccf80d 100644 --- a/static/register.html +++ b/static/register.html @@ -15,34 +15,20 @@ <body> <div id="rapper"></div> - <div id="content" style="z-index:77;"> + <div id="content" style="z-index:77;height:100%;"> <div id="main" align="center"> <div id="passwordreset"> - <img src="/static/img/furie3.png" id="furie3" /> <div id="passwordreset"> <div id="logo-and-text"> <a href="/"><img src="/static/img/dumppixellarge3.png"></a> <div align="center"> - <label style="text-align:left;margin-bottom:-8px;">username</label> - <input type="text" class="field" id="nickInput" /> - <br> + <label style="text-align:center;margin-bottom:10px;">Registration is currently closed. - <label style="text-align:left;margin-bottom:-8px;">password</label> - <input type="password" class="field" id="passwordInput" /> - <br> - <label style="text-align:left;margin-bottom:-8px;">password2x</label> - <input type="password" class="field" id="passwordInput2" /> - - <label style="text-align:left;margin-bottom:-8px;">email</label> - <input type="text" class="field" id="emailInput" /> - <br> - - <div align="center"> - <input type="submit" class="submit" id="submit" value="Register!" /> - </div> - <img id="register-spinner" src="/static/img/spinner.gif"> + <br><br> + Maybe ask a friend?</label> + </div> </div> </div> |
