GitHub Pages for Hosting
Link to Video: " How to put an HTML website online (on the Internet)"
by SuperSimpleDev
(minutes 1-10 are especially relevant)
GitHub is a code versioning and storage platform that also provides a free hosting service for static websites under a certain size (1GB) called "GitHub Pages." GitHub will give you a URL to host your website based on your GitHub username and repository, for example: https://myusername.github.io/myrepositoryname.
GitHub pages also optionally lets you connect a custom domain name to your repository — and that's how this very website (banweblearning.net) is working!