From 75c563c7146917196743b0dbdf5d6d33224c7cf8 Mon Sep 17 00:00:00 2001 From: Yutousama <583819556@qq.com> Date: Tue, 23 Jun 2020 17:33:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E4=BA=86=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/admin/html/body/header_edit.html | 82 ++++++++++++++++++++++++++++ web/admin/html/header.html | 75 +++++++++++++++++++++++++ web/admin/html/side.html | 34 ++++++++++++ web/admin/index.html | 46 ++++++++++++++++ 4 files changed, 237 insertions(+) create mode 100644 web/admin/html/body/header_edit.html create mode 100644 web/admin/html/header.html create mode 100644 web/admin/html/side.html create mode 100644 web/admin/index.html diff --git a/web/admin/html/body/header_edit.html b/web/admin/html/body/header_edit.html new file mode 100644 index 0000000..c9a39e3 --- /dev/null +++ b/web/admin/html/body/header_edit.html @@ -0,0 +1,82 @@ + + + + + + + 头部编辑 + + + + + +
+ +
+
+ +
+
+ +
+ + + + + + + + \ No newline at end of file diff --git a/web/admin/html/header.html b/web/admin/html/header.html new file mode 100644 index 0000000..c49617f --- /dev/null +++ b/web/admin/html/header.html @@ -0,0 +1,75 @@ + + + + + + Title + + + +
+ + +
+ + + + + \ No newline at end of file diff --git a/web/admin/html/side.html b/web/admin/html/side.html new file mode 100644 index 0000000..9d26cb1 --- /dev/null +++ b/web/admin/html/side.html @@ -0,0 +1,34 @@ + + + + + + Title + + + +
+
+ + +
+
+ + + + \ No newline at end of file diff --git a/web/admin/index.html b/web/admin/index.html new file mode 100644 index 0000000..a4c5015 --- /dev/null +++ b/web/admin/index.html @@ -0,0 +1,46 @@ + + + + + + + 控制中心 + + + + +
+ +
+
+ 主页暂时还没想好~~~~咕! +
+ +
+ + + + + + + + \ No newline at end of file