CSS does not rendered after deployment

Hello,
So I deployed a simple landing page. HTML and CSS only and a public folder.
Once deployed the site is striped of the css.
I have no idea why or how to correct the problem

Thank you for your time.

https://pensive-goodall-e7d2af.netlify.app

1:20:34 PM: Build ready to start
1:20:37 PM: build-image version: 30f629161c0736b1a3ecd8b418e5eeffab5c0faf
1:20:37 PM: build-image tag: v3.3.14
1:20:37 PM: buildbot version: 721a99ec969bb0f18d0dbb25f9e6fd71213c598f
1:20:37 PM: Fetching cached dependencies
1:20:37 PM: Failed to fetch cache, continuing with build
1:20:37 PM: Starting to prepare the repo for build
1:20:37 PM: No cached dependencies found. Cloning fresh repo
1:20:37 PM: git clone https://github.com/Lenasurlenet/hoverboard
1:20:38 PM: Preparing Git Reference refs/heads/master
1:20:40 PM: No build command found, continuing to publishing
1:20:40 PM: Starting to deploy site from ‘public’
1:20:40 PM: Creating deploy tree
1:20:40 PM: Creating deploy upload records
1:20:40 PM: 0 new files to upload
1:20:40 PM: 0 new functions to upload
1:20:40 PM: Starting post processing
1:20:40 PM: Post processing done
1:20:40 PM: Site is live
1:20:40 PM: Finished processing build request in 3.380657039s

hey there, welcome to netlify!

So when i pull up your site, i see this in my browser console:

i am going to guess that for some reason we don’t have a css file at that location once you deploy.

I would probably start by downloading a copy of your site, so you can see what we are generating (vs what you think we are generating, or should be!) and see if you need to tweak your build settings based on what works for the file paths that are actually in your code:

let us know if you are able to fix it - if not, we’ll keep troubleshooting with you.