mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
12 lines
259 B
HTML
12 lines
259 B
HTML
<html>
|
|
<body>
|
|
<div style="margin-left: -500px;">
|
|
<input placeholder="outsideLeft" type="password" name="outsideLeft">
|
|
</div>
|
|
|
|
<div style="margin-top: -500px;">
|
|
<input placeholder="outsideTop" type="password" name="outsideTop">
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|