Host a website (that's unblocked)
Hosting a static website on github.io
(with github pages) means it is already unblocked. It is really simple to do this.
tip
name a file index.html
to make it the homepage
- Create an account on github
- Create a new repo, name it whatever you like
- Upload or create files
- Go to settings > pages > select main branch > save
- Wait about two minutes and then access your site with
[yourusername].github.io/[reponame]