How to Run HTML files in your Browser from GitHub
See the original posting on DZone Python
If you have a .html file in a GitHub repository and want to view that page directly, you would typically download or clone the repo to your local hard drive and run it from there.
There is an easier way
Simply navigate to the repo in your GitHub account that contains a HTML file as shown below:
Preview Text:
If you have a .html file in a GitHub…