12 lines
439 B
HTML
12 lines
439 B
HTML
<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>
|
|
<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> |