Skip to content

Commit

Permalink
audio
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Jan 15, 2025
1 parent 3a02346 commit 9ca0f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/upload/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>Upload</h1>
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkAAIAAAoAAv/lPAAAAABJRU5ErkJggg=="
alt="Preview of file upload"
id="preview" />
<input type="file" id="file" accept="image/*" required />
<input type="file" id="file" accept="audio/*, image/*" required />
</label>
<label for="name">
Unique upload name
Expand Down

0 comments on commit 9ca0f2e

Please sign in to comment.