Skip to content

Second page not working :/ #22654

Answered by thinkverse
ElMameri7 asked this question in General
Discussion options

You must be logged in to vote

Hi there. 👋

I found three issues, one which can be solved two ways, first your submissions page, GitHub pages resolved the routes in a case-sensitive manner, meaning submission.html isn’t the same as submission.HTML, so one way to fix that is to either change the href in your html files to point to submission.HTML or simply change the file extension to the lowercase html.

And the same will go for all your files, for e.g. your About.html will match that file name, not the fully lowercase version, speaking of your about page, the anchor tags reference is wrong there on Line 17 in your index.html <a href="BassSlayer About"> that should point to your filename href="filename.html.

Thirdly and …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants