index.html 643 B

1234567891011121314151617
  1. <html>
  2. <body>
  3. <h1>YO Button setup</h1>
  4. Current wifi SSID: <input type="text" value="SSID_T" readonly><br>
  5. Current wifi password: <input type="text" value="PASSWORD_T" readonly><br>
  6. Yo Button's IP address: <input type="text" value="IP_T" readonly><br>
  7. Yo recipient: <input type="text" value="RECIPIENT_T" readonly><br><br><br>
  8. <form>
  9. New SSID: <input type="text" name="newssid" value="SSID_T"><br>
  10. New password: <input type="text" name="newpass" value="PASSWORD_T"><br>
  11. New recipient: <input type="text" name="newrecipient" value="RECIPIENT_T"><br>
  12. <input type="submit" name="Submit">
  13. </form>
  14. </body>
  15. </html>