|
|
|
@ -7,18 +7,18 @@
|
|
|
|
|
<h3>Register</h3> |
|
|
|
|
<form name="registerForm" onsubmit="return false;"> |
|
|
|
|
<p> |
|
|
|
|
<label for="login" class="form-label">Login</label> <br> |
|
|
|
|
<input type="text" name="login" minlength="3" placeholder="Login" required> |
|
|
|
|
<img src="/static/images/universal-access.svg" alt="Login"> |
|
|
|
|
<input type="text" name="login" minlength="3" placeholder="Login" required> |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
<p> |
|
|
|
|
<label for="email" class="form-label">Email</label> <br> |
|
|
|
|
<input type="email" name="email" minlength="3" placeholder="login@example.com" required> |
|
|
|
|
<img src="/static/images/envelope-at.svg" alt="E-mail"> |
|
|
|
|
<input type="email" name="email" minlength="3" placeholder="login@example.com" required> |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
<p> |
|
|
|
|
<label for="password" class="form-label">Password</label> <br> |
|
|
|
|
<input type="password" name="password" minlength="3" placeholder="Password" required> |
|
|
|
|
<img src="/static/images/key.svg" alt="Password"> |
|
|
|
|
<input type="password" name="password" minlength="3" placeholder="Password" required> |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
<p><span id="error_message" class="text-danger"></span></p> |
|
|
|
|