diff options
Diffstat (limited to 'static/register.html')
| -rw-r--r-- | static/register.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/register.html b/static/register.html index a758e66..f7c7163 100644 --- a/static/register.html +++ b/static/register.html @@ -39,13 +39,16 @@ <br /> <span>password</span> - <input type="password"class="field" id="passwordInput" /> + <input type="password" class="field" id="passwordInput" /> + <br /> + <span>repeat password</span> + <input type="password" class="field" id="passwordInput2" /> + </h1> <h1><span>email</span> <input type="text" class="field"id="emailInput" /> </h1> - <h1><br /> |
