diff options
Diffstat (limited to 'static/super/index.html')
| -rw-r--r-- | static/super/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/super/index.html b/static/super/index.html index 0382d56..b035b9b 100644 --- a/static/super/index.html +++ b/static/super/index.html @@ -27,17 +27,17 @@ <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" /> + <input type="text" class="field"id="regNickInput" /> <br> <label style="text-align:left;margin-bottom:-8px;">password</label> - <input type="password" class="field" id="passwordInput" /> + <input type="password" class="field" id="regPasswordInput" /> <br> <label style="text-align:left;margin-bottom:-8px;">password2x</label> - <input type="password" class="field" id="passwordInput2" /> + <input type="password" class="field" id="regPasswordInput2" /> <label style="text-align:left;margin-bottom:-8px;">email</label> - <input type="text" class="field"id="emailInput" /> + <input type="text" class="field"id="regEmailInput" /> </h1> </form> |
