keepassxc-browser/tests/html/basic4.html
2020-12-20 17:57:34 +02:00

7 lines
189 B
HTML

<html>
<body>
<input placeholder="username" type="text" name="loginField">
<input placeholder="password" type="password" name="passwordField">
<input type="text" id="auth">
</body>
</html>