JSON import snippet from somewhere

This commit is contained in:
Nox Sluijtman 2023-11-01 17:13:20 +01:00
parent 9d0f09df78
commit c41f60587b
2 changed files with 24 additions and 2 deletions

View file

@ -10,9 +10,13 @@
<main>
<h1>Brown Wall</h1>
<h3>A wall which has been hit with a considerable amount of faeces.</h3>
<noscript>Enable JS to use this application.</noscript>
<div id="menu-container" class="menu-container">
<noscript>Enable JS to use this application.</noscript>
</div>
<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>