Skip to content

Commit

Permalink
add file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
wiertz committed Oct 8, 2019
1 parent b71aa1e commit 12fcea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3>tscribe 1.0</h3>
<audio id="audio" class="page-element" controls></audio>
<label class="button" for="input-file">
select file to transcribe
<input id="input-file" type="file" name="file" accept=".wav,.mp3,.mp4,.ogg,.flac"/>
<input id="input-file" type="file" name="file" accept=".wav,.mp3,.mp4,.m4a,.ogg,.flac,.acc"/>
</label>
</div>
<label id="label-file" class="form-label" for="text-transcript"> </label>
Expand Down

0 comments on commit 12fcea6

Please sign in to comment.