keepassxc-browser/tests/html/basic4.html

8 lines
189 B
HTML
Raw Normal View History

2020-10-24 10:39:33 +00:00
<html>
<body>
<input placeholder="username" type="text" name="loginField">
<input placeholder="password" type="password" name="passwordField">
<input type="text" id="auth">
</body>
</html>