Just set up my website with Bluehost and running into issues with CSS and JS not rendering properly.
Here's a glimpse of my public_html folder structure:
https://i.sstatic.net/VnHFP.png
The assets folder includes separate folders for CSS and JS files.
I checked the link in my index.html file for the CSS and it seems correct:
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
Could there be a missing step I overlooked? How do I ensure that my page loads correctly with CSS and JS?