Initial implementation (#4)

This commit is contained in:
Matthew Ryan Dillon 2020-11-12 16:09:28 -07:00 committed by GitHub
parent a78b14ae33
commit ec2651207c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 281 additions and 25 deletions

View file

@ -6,6 +6,7 @@
</head>
<body>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
<input id="input" type="file" multiple>
<script src="./bootstrap.js"></script>
</body>
</html>