Netlify page not found

I have been trying to deploy my portfolio but it does not work . I have a simple structure of the folders
html / index.html
css / style.css
js / script.js

When I try to deploy my website it does not work. It says page not found, I also tried to include a _redirects file but still does not work. How can I solve it ?

@Dev-Gio Your index.html file should be at the root, not in the /html subfolder.

Otherwise you would see a Page Not Found when accessing the site (which you are), and the file would only be seen when navigating to /html/.

1 Like

It worked, thanks a lot !!!

Thanks for confirming you found your solution!