File: hidden_fields1.html

package info (click to toggle)
keepassxc-browser 1.7.4%2Brepack1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,460 kB
  • sloc: javascript: 7,249; makefile: 17; sh: 10
file content (12 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<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>