这是github发布的页面ayushanand593.github.io/marcoIndia
为什么在 Github Pages 上渲染 index.html 页面时根本不使用 CSS 文件?
这是github发布的页面ayushanand593.github.io/marcoIndia
为什么在 Github Pages 上渲染 index.html 页面时根本不使用 CSS 文件?
首先检查使用 tp 引用 CSS 样式表的路径是否区分大小写。
您的存储库使用CSS/style.css,但您的index.html用途:
<link rel="stylesheet" href="css/style.css">
^^^