Make the hashed password field a div, since it works better on mobile.
[skeletonkey.git] / options.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Skeleton Key - Options</title>
5 <script type="text/javascript" src="options.js"></script>
6 <link rel="stylesheet" href="common.css" />
7 <link rel="stylesheet" href="core.css" />
8 </head>
9 <body>
10 <form>
11 <ul>
12 <li>
13 <label for="maxlength">Max. Password Length</label>
14 <input type="number" id="maxlength" />
15 </li>
16
17 <li>
18 <button type="button" id="save">Save</button>
19 </li>
20 </ul>
21 </form>
22 </body>
23 </html>