i want to host my project on github but the CSS file and javascript file are not getting hosted to it .
here is my repo : https://github.com/AsaMohammad/Ecommerce-Web.
hosting link : https://asamohammad.github.io/Ecommerce-Web/
>Solution :
The problem is with your URLs. Change /style.css to ./style.css and /main.js to ./main.js.