2026-06-28 12:34:55 -05:00
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
2026-07-09 20:03:41 -05:00
|
|
|
<title></title>
|
2026-06-28 12:34:55 -05:00
|
|
|
<link rel="stylesheet" href="/css/setup.css">
|
|
|
|
|
<script defer src="/js/setup.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-07-09 20:03:41 -05:00
|
|
|
<div id="setupTitle" class="top"></div>
|
2026-06-28 12:34:55 -05:00
|
|
|
<main>
|
|
|
|
|
<section class="box">
|
|
|
|
|
<h2>Network and admin setup</h2>
|
|
|
|
|
<label>WiFi network</label>
|
|
|
|
|
<select id="ssid"></select>
|
|
|
|
|
<label>WiFi password</label>
|
|
|
|
|
<input id="wifiPass" type="password" autocomplete="off">
|
|
|
|
|
<label>Admin username</label>
|
|
|
|
|
<input id="admin" value="admin">
|
|
|
|
|
<label>Admin password</label>
|
|
|
|
|
<input id="adminPass" type="password" autocomplete="new-password">
|
|
|
|
|
<button id="saveSetup">Save and restart</button>
|
|
|
|
|
<pre id="out"></pre>
|
|
|
|
|
</section>
|
|
|
|
|
</main>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|