mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
7 lines
189 B
HTML
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>
|