diff options
author | pommicket <pommicket@gmail.com> | 2023-08-24 21:00:27 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-24 21:00:27 -0400 |
commit | cfe56e28aa2f97d27394904d80d6fabd77ac92f2 (patch) | |
tree | 999229fa0161e6bb3399d2ee726bc61efc606c2e /index.html | |
parent | 14196cffe9af053a6694891bf1a3822a0eb81cb2 (diff) |
change resolution
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -232,9 +232,9 @@ <input type="submit" value="import"> </form> <form action="#" method="dialog" id="resolution-form"> - <input type="number" placeholder="width"> + <input type="number" placeholder="width" id="resolution-x"> × - <input type="number" placeholder="height"> + <input type="number" placeholder="height" id="resolution-y"> <input type="submit" value="change resolution"> </form> Add <input type="text" id="widget-search" placeholder="Search"> |