mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
21 lines
592 B
HTML
21 lines
592 B
HTML
<html>
|
|
<head>
|
|
<script defer src="div2.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<button id="toggle">View login form</button>
|
|
|
|
<div id="dialog" style="position: relative; z-index: auto;">
|
|
<div id="outer" style="overflow: hidden; height: 0px;">
|
|
<div id="inner" style="margin: -197px auto auto;">
|
|
<form method="post" class="signin" action="#">
|
|
<input placeholder="username" type="text" name="loginField">
|
|
<input placeholder="password" type="password" name="passwordField">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|