From 9949aabeeed8b93a89ef85d8692bbb5da363642b Mon Sep 17 00:00:00 2001 From: 64104061f23fda247c679fa8 <64104061f23fda247c679fa8@devide> Date: Wed, 22 Mar 2023 03:53:35 +0000 Subject: [PATCH] Auto commit --- index.html | 5 ++++- src/assets/logo.svg | 10 ++++++++++ style.css | 7 +++++-- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 src/assets/logo.svg diff --git a/index.html b/index.html index 5500619..1876fca 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,10 @@ InsCode - 欢迎来到 InsCode +
+ InsCode +
欢迎来到 InsCode
+
\ No newline at end of file diff --git a/src/assets/logo.svg b/src/assets/logo.svg new file mode 100644 index 0000000..617be24 --- /dev/null +++ b/src/assets/logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/style.css b/style.css index d0653c9..af01856 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,8 @@ html, body { height: 100%; width: 100%; - } - \ No newline at end of file +} +.container{ + text-align: center; + padding: 64px; +} \ No newline at end of file -- GitLab