mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
18 lines
475 B
HTML
18 lines
475 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="test-uploader.js"></script>
|
|
</head>
|
|
<body onload="init()">
|
|
<div>
|
|
<input id="archive-uploader" type="file">
|
|
<span id="archive-uploader-label">Select archived file</span>
|
|
</div>
|
|
<div>
|
|
<input id="unarchive-uploader" type="file" disabled>
|
|
<span id="unarchive-uploader-label">Select unarchived file</span>
|
|
</div>
|
|
<div id='json' style='white-space: pre'>
|
|
</div>
|
|
</body>
|
|
</html>
|