33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<html>
|
|
<body>
|
|
<input type="button" id="test" value="Test">
|
|
|
|
<div>
|
|
<h2>firmeware OTA v3</h2>
|
|
<form id="upload_form" method="post">
|
|
<input type="file" name="file1" id="file1"><br>
|
|
<progress id="progressBar" value="0" max="100" style="width:300px;"></progress>
|
|
<h3 id="status"></h3>
|
|
<h3 id="answer"></h3>
|
|
<p id="loaded_n_total"></p>
|
|
</form>
|
|
</div>
|
|
|
|
<div>
|
|
<h2>WIFI</h2>
|
|
<input type="button" id="scan" value="Scan">
|
|
<br>
|
|
<label for="ssid">SSID:</label>
|
|
<input type="text" id="ssid" list="ssidlist">
|
|
<datalist id="ssidlist">
|
|
<option value="Not scanned yet">
|
|
</datalist>
|
|
<label for="ssid">Password:</label>
|
|
<input type="text" id="password">
|
|
<input type="button" id="save" value="Save & Restart">
|
|
<div id="wifistatus"></div>
|
|
<br>
|
|
</div>
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html> |