Working import mechanism

This commit is contained in:
Nox Sluijtman 2023-11-01 17:45:00 +01:00
parent c41f60587b
commit 374238d472
2 changed files with 26 additions and 26 deletions

View file

@ -16,7 +16,6 @@
<input type="file" id="selectFiles" value="Import"/>
<button id="import">Import</button>
<textarea id="result" cols="30" rows="10"></textarea>
</main>
</body>
<script src="main.js"></script>