| 1234567891011121314151617 |
- <html>
- <body>
- <h1>YO Button setup</h1>
- Current wifi SSID: <input type="text" value="SSID_T" readonly><br>
- Current wifi password: <input type="text" value="PASSWORD_T" readonly><br>
- Yo Button's IP address: <input type="text" value="IP_T" readonly><br>
- Yo recipient: <input type="text" value="RECIPIENT_T" readonly><br><br><br>
- <form>
- New SSID: <input type="text" name="newssid" value="SSID_T"><br>
- New password: <input type="text" name="newpass" value="PASSWORD_T"><br>
- New recipient: <input type="text" name="newrecipient" value="RECIPIENT_T"><br>
- <input type="submit" name="Submit">
- </form>
- </body>
- </html>
|