GNG Download File Selector (Download WIP)

This commit is contained in:
PaulaBras
2022-11-06 00:39:04 +01:00
parent b6d23d2380
commit 9e09037955
5 changed files with 816 additions and 284 deletions

View File

@ -16,6 +16,14 @@
<p>Input Directory</p>
<input type="text" id="dirBox" name="name" size="80">
<progress id="progressbar" max="100" value="0"></progress>
<button id="update">Check for update</button>
<select name="Dropme Down" id="gng"></select>
<button id="getFiles">Get Files</button>
<select name="Dropme Down #2" id="files"></select>
<script src="./renderer.js"></script>
</body>
</html>
</html>