Next Steps
Next Steps: Bonus Mission!
If you want to show off your hard work to all your friends, Github has a cool feature called Github Pages that makes this really easy.
Github provides free hosting for any “static” web content (like this project). All you have to do is change a setting on your GitHub repository.
- In a browser, go to the Github page for your repository.
- Click on the Settings tab
- Scroll down to the GitHub Pages section and enable the GitHub Pages feature by choosing your
main
branch from the dropdown. Hit Save. - In any browser, you should now be able to visit
YOUR_USERNAME.github.io/html-me-something
and see your web page!
Remember, Bonus Missions are always optional.