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