mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-06-27 20:45:16 +00:00
self merge
This commit is contained in:
@ -12,10 +12,18 @@
|
||||
<p id="ouput">Output Test here</p>
|
||||
|
||||
<p>Input URL</p>
|
||||
<input type="text" id="urlBox" name="name" size="80">
|
||||
<input type="text" id="urlBox" name="name" size="80" readonly>
|
||||
<p>Input Directory</p>
|
||||
<input type="text" id="dirBox" name="name" size="80">
|
||||
<input type="text" id="dirBox" name="name" size="80" readonly>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user