index.html 452 B

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