feat: add result output

This commit is contained in:
2022-07-06 00:56:20 +08:00
parent 206470cdb3
commit 09c20602e9
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
<div style="border: dashed 2px;border-color:gray;height:50px;padding:20px 10px;margin:10px;" id="sfile">
Drop file(s) here
</div>
<div style="border: dashed 1px;border-color:gray;padding:5px 10px;margin:10px;color:green;"><pre id="result"></pre></div>
<script type="module" src="index.js"></script>
</body>
</html>