Page is deploy but it is blank

Hi!
I made multipage React.js web site. It is on GitHub: https://github.com/alilovicana/Pomoc-s-tehnologijom
Site is deployed :https://capable-jalebi-6a3a41.netlify.app/. But there is nothing to see.

I set these settings:

Does anybody know what to do?

Hi @alilovicana, thanks for posting and welcome.
I see that you have deleted the repository and the site.

However in case you are using React Router or any other client side routing package, kindly add a _redirects file inside the /public folder like /public/_redirects. After add the contents below in the _redirects file and then redeploy again to see if it works.

/*  /index.html  200

Let me know the outcome.
Hope this helps.

Thanks.