From 25a553cd82ccd082f105ae6d4f855f943d9267ff Mon Sep 17 00:00:00 2001
From: zogodo <742782908@qq.com>
Date: Thu, 26 Dec 2019 23:23:25 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E7=BE=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
TC1/http_server/index.html | 41 +++++++++++++++++++++++++++++++++----
TC1/http_server/web_data.c | 2 +-
TC1/timed_task/timed_task.c | 10 +++++++--
3 files changed, 46 insertions(+), 7 deletions(-)
diff --git a/TC1/http_server/index.html b/TC1/http_server/index.html
index 3490aa5..03f8379 100644
--- a/TC1/http_server/index.html
+++ b/TC1/http_server/index.html
@@ -9,7 +9,9 @@
input,select,button{padding:5px;background:white;border:#777 solid 1px;}
button{background:none;border:1px #777 solid;}
button:disabled,select:disabled,input:disabled{background:#bfbfbf;}
- td{padding:5px;}
+ td,th{padding:5px;}
+ .task table{width:100%;margin:10px 0;border-collapse:collapse;}
+ .task td,.task th{text-align:center;border:1px solid #000;}
.socket input,.mode input{margin-right:-4px;}
.submit{padding:5px;margin-top:5px;}
.success{color:#58dc5c;}
@@ -81,7 +83,18 @@
-
+
+
+ | Index |
+ Time |
+ Socket |
+ On |
+
+
+ | Plese Sync |
+
+
+