소스 검색

actually commit index.html

etisab 10 년 전
부모
커밋
7b0ecaa5be
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  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>