- <body>
- <h1>YO Button setup</h1>
- <form>
- Current wifi SSID: <br>
- <input type="text" value="1" readonly><br>
- Current wifi password: <br>
- <input type="text" value="2" readonly><br>
- Yo Button's IP address: <br>
- <input type="text" value="3" readonly><br>
- New SSID: <br>
- <input type="text" name="newssid"><br>
- New password: <br>
- <input type="text" name="newpass"><br>
- <input type="submit" name="submit">
- </form>
- </body>
|