Getting page not found error

Getting Page not found error. Everytime I manually upload my site

I have index.html as my first file
then a pic file that is a png
file that says package
File that says style

I have try to upload my project 4 times and same message every time.

Assuming the directory structure is something like

website
├── image.png
└── index.html

and you are dragging the website directory I should see no issue.

The fact you have a file named package *(is in package.json?) suggests the project may require building first. If this is the case, a manual deploy won’t work.

If you haven’t already, check out

and further reading