diff --git a/index.html b/index.html index ebfd8de..8f2002b 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,12 @@ - 首页 + 徐越的在线学习平台
+ 浙ICP备2023044109号 diff --git a/main.js b/main.js index 8a6b060..5935ef8 100644 --- a/main.js +++ b/main.js @@ -43,7 +43,7 @@ const item = (site) => ` document.querySelector("#app").innerHTML = `
-

徐越的在线教学平台

+

徐越的在线学习平台

diff --git a/style.css b/style.css index 4039524..a6d76f3 100644 --- a/style.css +++ b/style.css @@ -84,6 +84,15 @@ a { line-height: 1.5; } +.icp { + position: fixed; + left: 50%; + bottom: 20px; + transform: translateX(-50%); + text-decoration: none; + font-size: 12px; +} + @media (max-width: 600px) { .grid { width: 100%;