# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kawsing.gitbook.io/opensystem/github/git-web-hosting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
