Github page not fully working

Hello,
I had to create a website for a school project. I managed to host the website, problem is, only the first page is working (the other linked pages don’t work when clicked on). Moreover, none of the images are showing up.

Here is the link to the website :
http://phobos934.github.io/HARMFISCUE/

And here is the link to the github repo :

would anyone know what the problem is ? thank you

Look closely at the URLs in your links:

<a href="D:\Collège\H-G\LFIscalité\Site web\index.html">Accueil</a>

This may work on your local computer but it will not work for a web server. You need to change these to the file paths they are stored at in your github repo. Since you are storing all of your HTML files in the same directory, you basically need to get rid of everything but the file name.

Same issue for the images.

I’ll take a look at that, thank you!

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