mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-06-27 20:45:16 +00:00
savefile, extract begin, select directory
This commit is contained in:
@ -8,14 +8,14 @@
|
||||
<body>
|
||||
<button id="download" class"button is-primary">Download</button>
|
||||
<button id="dirs">Open</button>
|
||||
<button id="extract">Extract ZIP</button>
|
||||
<p id="ouput">Output Test here</p>
|
||||
|
||||
<p>Input URL</p>
|
||||
<input type="text" id="urlBox" name="name" size="80">
|
||||
<p>Input Directory</p>
|
||||
<input type="text" id="dirBox" name="name" size="80">
|
||||
<progress id="progressbar" max="100" value="70"></progress>
|
||||
<input type="file" id="dirs" webkitdirectory directory/>
|
||||
<p id="ouput">Output Test here</p>
|
||||
<progress id="progressbar" max="100" value="0"></progress>
|
||||
<script src="./renderer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user