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

14 lines
326 B
HTML

<html>
<head>
<script defer src="div1.js"></script>
</head>
<body>
<button id="toggle">View login form</button>
<div id="loginForm" style="display: none;">
<input placeholder="username" type="text" name="loginField">
<input placeholder="password" type="password" name="passwordField">
</div>
</body>
</html>