1 | 2 | 3 | 4 | Current Level: 5 | 6 | 7 | 8 | 9
Learn how to publish your index.html file as a live website using GitHub Pages (Classic).
You should have a repository with an index.html file committed to the main branch.
Go to Your Repository Settings
Scroll to the GitHub Pages Section
Configure GitHub Pages (Classic)
Deploy from a branch.In the dropdown menu, select:
main/ (root)Wait for Deployment
The link will look something like:
https://yourusername.github.io/your-repo-name
Test Your Website
index.html live online.index.html content appears correctly.