diff --git a/TC1/http_server/web/index.html b/TC1/http_server/web/index.html index 2abcce9..ca97c5d 100644 --- a/TC1/http_server/web/index.html +++ b/TC1/http_server/web/index.html @@ -261,11 +261,30 @@
+
+ + + + +
    +
  • No Loop
  • +
  • Monday
  • +
  • Tuesday
  • +
  • Wednesday
  • +
  • Thursday
  • +
  • Friday
  • +
  • Saturday
  • +
  • Sunday
  • +
+
- + + +
+
+
-
diff --git a/TC1/http_server/web/styles.css b/TC1/http_server/web/styles.css index 69c6cb5..49f1324 100644 --- a/TC1/http_server/web/styles.css +++ b/TC1/http_server/web/styles.css @@ -233,6 +233,9 @@ table { .mdl-data-table td, .mdl-data-table th { text-align: center; } +.page3 .mdl-textfield { + max-width: 46%; +} .sys-log { width: 100%; height: 400px;