以后 Mavis 给你做的每个网页都会出现在这里。
这是你 GitHub Pages 站点的 example/index.html。
访问你 repo 根目录的 index.html(Mavis 会帮你创建),
就能直接看到主页。
"做一个 xxx 网页"https://<你的用户名>.github.io/<repo 名>/
比如:https://octocat.github.io/static-pages/
这个 URL 永远不变,除非你改 repo 名。
your-repo/
├── index.html # 站点首页(你访问根 URL 看到的)
├── example/
│ └── index.html # ← 你现在在这里
├── about/index.html # /about/ 路径
├── assets/
│ └── style.css # 共享样式
└── ...