Переглянути джерело

reached 1kB limit - minified

etisab 10 роки тому
батько
коміт
d841886b1f
2 змінених файлів з 53 додано та 53 видалено
  1. 0 53
      BUILD/index.html
  2. 53 0
      BUILD/index_unminified.html

Різницю між файлами не показано, бо вона завелика
+ 0 - 53
BUILD/index.html


+ 53 - 0
BUILD/index_unminified.html

@@ -0,0 +1,53 @@
+<html>
+  <style>
+    body {
+      background-color: #9a61b2;
+    }
+
+    #header {
+      background-color: #813a9d;
+      width: 100%;
+      height: 60px;
+      font-size: 50px;
+    }
+
+    h1, #old-info, #new-info {
+      font-family: montserrat;
+      text-align: center;
+      color: white;
+    }
+
+    input[type=submit] {
+      width: 40%;
+      height: 100px;
+      font-size: 30px;
+    }
+
+    input[type=submit], input[type=text] {
+      background: #813a9d;
+      font-family: montserrat;
+      color: white;
+      font-size: 20px;
+      padding: 10px;
+    }
+    
+  </style>
+  <body>
+  <div id="top">
+    <h1 id="header">Yo Button Setup</h1>
+  </div>
+  <div id="old-info">
+  Current wifi SSID: <input type="text" value="SSID_T" readonly><br>
+  Current wifi password: <input type="text" value="PASSWORD_T" readonly><br>
+  Yo recipient: <input type="text" value="RECIPIENT_T" readonly><br><br><br>
+  </div>
+  <div id="new-info">
+    <form>
+      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><br><br>
+      <input type="submit" value="Update Settings" name="Submit">
+    </form>
+  </div>
+  </body>
+</html>

Деякі файли не було показано, через те що забагато файлів було змінено