Parcourir la source

actually commit index.html

etisab il y a 10 ans
Parent
commit
7b0ecaa5be
1 fichiers modifiés avec 17 ajouts et 0 suppressions
  1. 17 0
      BUILD/index.html

+ 17 - 0
BUILD/index.html

@@ -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>