Skip to content

Commit

Permalink
Add missing file input to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
h-banii committed Nov 23, 2024
1 parent 0f15bbb commit ad13fdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,10 @@ <h1>Form elements</h1>
value="1970-01-01T00:00"
/>
</p>
<p>
<label for="if">File input</label>
<input type="file" id="if">
</p>
</fieldset>
<p><a href="#top">[Top]</a></p>
<fieldset id="forms__action">
Expand Down
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ <h1>Form elements</h1>
/>
</p>
<p>
<label for="if">File input</label>
<label for="if">File input</label>
<input type="file" id="if">
</p>
</fieldset>
Expand Down

0 comments on commit ad13fdd

Please sign in to comment.