|
|
@@ -0,0 +1,17 @@
|
|
|
+<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=""><br>
|
|
|
+ New password: <input type="text" name="newpass" value=""><br>
|
|
|
+ New recipient: <input type="text" name="newrecipient" value=""><br>
|
|
|
+ <input type="submit" name="Submit">
|
|
|
+ </form>
|
|
|
+
|
|
|
+ </body>
|
|
|
+</html>
|