download and unzip

This commit is contained in:
PaulaBras
2022-12-11 18:23:59 +01:00
parent 391bbe8c09
commit ea47cc5414
9 changed files with 11501 additions and 11873 deletions

View File

@ -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>