Add registration form
This commit is contained in:
Родитель
20419b1938
Коммит
f29c7024e4
|
@ -57,5 +57,12 @@
|
|||
<label>current-password: <input type="password" autocomplete="current-password"></label>
|
||||
<p><input type="submit" value="Login"></p>
|
||||
</form>
|
||||
|
||||
<h2>Registration form</h2>
|
||||
<form class="alignedLabels">
|
||||
<label>username: <input autocomplete="username"></label>
|
||||
<label>new-password: <input type="password" autocomplete="new-password"></label>
|
||||
<p><input type="submit" value="Login"></p>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче