This commit is contained in:
Matthew Noorenberghe 2019-06-05 14:07:13 -07:00
Родитель 20419b1938
Коммит f29c7024e4
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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>