https://kumaarbalbir.github.io/Roll-your-dice/
why my github page is only showing repo name? not loading the data?
Welcome!
There are a couple of things.
First, Pages will look for an index.html
, index.md
or readme.md
page to display. You only have one of those (readme.md
), and I suspect that’s not the file you’re expecting to see.
If this is the page you want to see, you’ll want to rename it to index.html
.
Additionally, you will want to check the html file contents - I can see that in many cases you’re referring to directories that don’t exist in your repository, so those assets won’t display properly.
1 Like
Thanks a lot!! It is now working properly
1 Like