开发者

How to do web hosting using github

开发者 https://www.devze.com 2023-03-29 09:23 出处:网络
I have a project which is just HTML/JS/CSS. Here is index.html https://raw.github.com/nsisodiya/2x2-workspace-using-html5/master/index.html

I have a project which is just HTML/JS/CSS. Here is index.html https://raw.github.com/nsisodiya/2x2-workspace-using-html5/master/index.html

When I try to open it, it show it as Text file. I want HTML and not text.. Every time I need to update anything in Repo, I h开发者_开发知识库ave to copy whole repo on my server to show a running demo.

What should I do?


You could use github pages and here is how to do it: http://pages.github.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消