Looking for help with my website not loading

i followed most of freecodecamp’s How to Put a Website Online tutorial and ive been learning some html, css, javascript on my own. my site loads fine locally but when i try and upload it, it doesnt work. my site is really simple atm. heres my repository. if anyone is able to help me figure out where it is ive gone wrong thatd be very appreciated

https://github.com/Blair-Amorim/Blair-Amorim.github.io/find/main

1 Like

First, you must have an index.html file that will be loaded initially (right now you can access your site via https://blair-amorim.github.io/test-site/page%201).
Second, links must point to files in the repo not to your desktop.

2 Likes

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