怎么预览 GitHub 项目里的网页?
一、
在项目源代码页面链接前缀那加上
http://htmlpreview.github.com/?
举个例子:
需要打开的项目页面
https://github.com/aisinvon/aisinvon.github.io/blob/master/index.html
给加上前缀
http://htmlpreview.github.com/?
最终链接
http://htmlpreview.github.io/?https://github.com/aisinvon/aisinvon.github.io/blob/master/index.html
二、
GitHub & BitBucket HTML Preview
把github中html文档的链接直接复制进去,就可以了。