GITHUB Page is an option to host a static site in github; mysite.github.io
Links
- Getting Started with GitHub Pages
Issues resolved
- you must have at least one resposity (including files as index.html...)
- like this ariebl.github.io
- and not like this!!! https://github.com/ariebl/ariebl
- like this ariebl.github.io
- username and resposity name must be the same!!! stackoverflow
About github page
- github page is for static website (HTML. CSS, JS) and not for a dynamic website (MySql, PHP)
My gitub page