mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-06-27 20:45:16 +00:00
download and unzip
This commit is contained in:
@ -6,17 +6,16 @@
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
</head>
|
||||
<body>
|
||||
<button id="download" class"button is-primary">Download</button>
|
||||
<button id="download">Download</button>
|
||||
<button id="dirs">Select Directory</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" readonly>
|
||||
<p>Input Directory</p>
|
||||
<input type="text" id="dirBox" name="name" size="80" readonly>
|
||||
<progress id="progressbar" max="100" value="0"></progress>
|
||||
|
||||
<p>Input URL</p>
|
||||
<input type="text" id="urlBox" name="name" size="80" readonly />
|
||||
<p>Input Directory</p>
|
||||
<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>
|
||||
|
||||
@ -24,6 +23,7 @@
|
||||
<button id="getFiles">Get Files</button>
|
||||
<select name="Dropme Down #2" id="files"></select>
|
||||
|
||||
<button id="test">Test BTN</button>
|
||||
<script src="./renderer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user