feat: remove file from file list in index.html

This commit is contained in:
C4illin 2024-05-16 19:11:39 +02:00
parent 7693c7c931
commit 787ff9741e

View file

@ -31,11 +31,6 @@
<div> <div>
<article> <article>
<table id="file-list"> <table id="file-list">
<tr>
<td>file.jpg</td>
<td>3.2 MB</td>
<td><button>x</button></td>
</tr>
</table> </table>
<input type="file" name="file" multiple /> <input type="file" name="file" multiple />