diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -4,7 +4,13 @@ <script defer src="main.mjs"></script> </head> <body> - <h1>Setup your AIRMX device</h1> + <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 |
