Home > Net >  My github page link showing blank white page
My github page link showing blank white page

Time:05-30

I tried everything that I've search on the internet and nothing works, it keeps loading a blank white page.

My website : ramirezhans.me My repository : https://github.com/ramirezhans/ramirezhansreact.git

CodePudding user response:

A page will only show up automatically if there is a file called index.html or readME.md in the head directory (Not in any folders). You have neither of them. To see the pages you need to put the file path in as well. For the HTML file, you have in the repository you need to go to the following URL. https://ramirezhans.me/public/index.html

CodePudding user response:

I believe you are using reactjs for web development. If you are not using gh-pages, I suggest to have a look at this throughtly https://github.com/gitname/react-gh-pages.

  • Related