소스 검색

hate retyping

etisab 10 년 전
부모
커밋
ff5f37e1ab
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      BUILD/index.html

+ 3 - 3
BUILD/index.html

@@ -7,9 +7,9 @@
   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>
+    New SSID: <input type="text" name="newssid" value="SSID_T"><br>
+    New password: <input type="text" name="newpass" value="PASSWORD_T"><br>
+    New recipient: <input type="text" name="newrecipient" value="RECIPIENT_T"><br>
     <input type="submit" name="Submit">
   </form>