Reputation: 65775
If I have an .html
page in my project and want to show that as it's renders what should I do? Is there any specific URL for this reason?
Update: In Github I mean!
Upvotes: 2
Views: 4905
Reputation: 107
This can be done using the following steps:
https://username.github.io/repo-name/
Here you put your username and repository name containing the html file
Upvotes: 1
Reputation: 501
This solution only for chrome browser. I am not sure about other browser.
Upvotes: 0