I’m using github to host my web page ,but I’m confused why it is showing README.md data in place of my webpage while using the url.

Link to my repositorylink to my github_page

did you enable github pages?

why is your html file called st and not index?

Hiya! Welcome to our community.

This is going to be the issue, for you. GitHub Pages looks for the index.html file. If it cannot find that, it’ll check for an index.md file, before falling back to the README file.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.