mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-05-11 01:29:44 +00:00
34 lines
1003 B
HTML
34 lines
1003 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Sectorfile Updater</title>
|
|
<link rel="stylesheet" href="index.css" />
|
|
</head>
|
|
<body>
|
|
<button id="download" class"button is-primary">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>
|
|
|
|
<<<<<<< HEAD
|
|
|
|
<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>
|
|
=======
|
|
<button id="git">Do Git Operations</button>
|
|
>>>>>>> 2a8f20c2d57676c3963cd61f7bbc3740a707c725
|
|
|
|
<script src="./renderer.js"></script>
|
|
</body>
|
|
</html>
|