Browse Source

hate retyping

etisab 10 years ago
parent
commit
ff5f37e1ab
1 changed files with 3 additions and 3 deletions
  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 Button's IP address: <input type="text" value="IP_T" readonly><br>
   Yo recipient: <input type="text" value="RECIPIENT_T" readonly><br><br><br>
   Yo recipient: <input type="text" value="RECIPIENT_T" readonly><br><br><br>
   <form>
   <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">
     <input type="submit" name="Submit">
   </form>
   </form>