blob: eb9a5639ab162108c53250da9f926285a39d7996 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<html>
<head>
<title>Setup AIRMX device</title>
<script defer src="main.mjs"></script>
</head>
<body>
<h1>Setup AIRMX Pro</h1>
<div>
<input type="text" id="ssid" placeholder="SSID" />
</div>
<div>
<input type="password" id="password" placeholder="Password" />
</div>
<div>
<button id="connect" type="button">
Connect
</button>
</div>
</body>
</html>
|