From 8290ca9bfd9dfa915a1fbbe6c436118abe2fa382 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Mon, 20 Nov 2017 11:53:47 +0800 Subject: [PATCH] add img --- css/login.css | 0 favicon.ico | Bin 0 -> 2230 bytes image/syslogin_bgIcon.png | Bin 0 -> 329143 bytes index.html | 1 + js/login.js | 3 +++ login.html | 26 ++++++++++++++++++++++++++ 6 files changed, 30 insertions(+), 0 deletions(-) create mode 100644 css/login.css create mode 100644 favicon.ico create mode 100644 image/syslogin_bgIcon.png create mode 100644 js/login.js create mode 100644 login.html diff --git a/css/login.css b/css/login.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/css/login.css diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..988c3b8 Binary files /dev/null and b/favicon.ico differ diff --git a/image/syslogin_bgIcon.png b/image/syslogin_bgIcon.png new file mode 100644 index 0000000..0480d4d Binary files /dev/null and b/image/syslogin_bgIcon.png differ diff --git a/index.html b/index.html index 3bcc581..7430e92 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ +
header
diff --git a/js/login.js b/js/login.js new file mode 100644 index 0000000..0f2f32a --- /dev/null +++ b/js/login.js @@ -0,0 +1,3 @@ +/** + * Created by chenbiao on 2017/11/20. + */ diff --git a/login.html b/login.html new file mode 100644 index 0000000..a1f88f2 --- /dev/null +++ b/login.html @@ -0,0 +1,26 @@ + + + + + + + + + 首页 + + + + + + +
header
+ +
header
+ + + + + + \ No newline at end of file -- libgit2 0.21.4