Add IDs to inputs
This commit is contained in:
parent
e0152d4bb5
commit
b5c3bafc0b
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue