feat: html but not works

This commit is contained in:
2022-07-04 00:08:41 +08:00
parent 46783e8398
commit 89ce27b02f
2 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<html>
<head>
<title>Wasm QR Test</title>
</head>
<body>
<div style="border: dashed 2px;border-color:gray;height:50px;padding:20px 10px;margin:10px;" id="sfile">
Drop file(s) here
</div>
<script type="module" src="index.js"></script>
</body>
</html>