Add IDs to inputs

This commit is contained in:
🎷🐢 S. P. O. Clayton 2023-05-20 11:25:12 -04:00
parent e0152d4bb5
commit b5c3bafc0b
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
<input type="text" name="instance" placeholder="instance.domain">
</div>
<div>
<input type="checkbox" name="show_all">
<input type="checkbox" id="show_all" name="show_all">
<label for="show_all">See unlisted emojos</label>
</div>
<div>
<input type="checkbox" name="show_animated">
<input type="checkbox" id="show_animated" name="show_animated">
<label for="show_animated">See animated emojos</label>
</div>
<input type="submit" value="go">