1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 09:39:16 +02:00
bitjs/tests/zipper-test.html

15 lines
No EOL
414 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Tiny web inteface to test the Zipper.</title>
<script src="zipper-test.js" type="module"></script>
</head>
<body>
<div>
<input id="zip-tester" type="file" multiple>
<span id="zip-uploader-label">Select a bunch of files to zip</span>
</div>
<button id="save" style="display: none">Save</button>
<div id="result"></div>
</body>
</html>