> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/github/git-web-hosting.md).

# git web hosting

建立 ztype game 網站練習英打

資料來源網站

{% embed url="<https://github.com/KevinWang15/ztype-trainer>" %}

靜態網站很好用

{% embed url="<https://kawsing.github.io/ztype/>" %}

```
mkdir gitweb
cd gitwgeb
git add .
git commit -m "ztype"
git remote add origin https://github.com/kawsing/ztype.git
git push -u origin master
```
