Successful seployment but still getting error 404

I’m new to Netlify and I am trying to deploy a new site. The deployment says it is successful but I keep getting error 404 when I try to open it. I have ensured index.html exists and I do not know what else to ry.

https://class-pool.netlify.app/

Ensured that where?

Have you checked in Netlify with the Deploy File Browser?
https://answers.netlify.com/t/new-feature-browse-files-in-your-deploy-with-the-deploy-file-browser/105196

1 Like

It is in the templates folder

@Ethanw1027 So that means it is here:
https://class-pool.netlify.app/templates/index.html

If you want it to be at the root, it needs to be at the root.

Thank you so much for the help!