Free Git Pages Hosting
There are special free hosting services
that are more trusted. One of them is
Git Pages hosting.
It allows you to run websites directly from your
GitHub repository. For this, a subdomain is automatically
created, working via https://
.
The advantages of such hosting include the convenience of deployment and the fact that it is not blocked by messengers and social networks. The disadvantages of such hosting include the fact that your domain will not be a second-level domain. Furthermore, this hosting only supports static content.
Overall, this hosting is a good option for static sites for a layout designer's or frontend developer's portfolio.
If you don't know how to work with Git yet, you first need to study the Git Tutorial.
Deploy a website from your GitHub repository.