How to see an HTML page on Github as a normal rendered HTML page to see preview in browser, without downloading?

后端 未结 10 947
情歌与酒
情歌与酒 2020-11-30 15:55

On http://github.com developer keep the HTML, CSS, JavaScript and images files of the project. How can I see the HTML output in browser?

For example this: https://gi

10条回答
  •  失恋的感觉
    2020-11-30 16:46

    This isn't a direct answer, but I think it is a pretty sweet alternative.

    http://www.s3auth.com/

    It allows you to host your pages behind basic auth. Great for things like api docs in your private github repo. just ad a s3 put as part of your api build.

提交回复
热议问题