I've looked everywhere and can't seem to find an answer. I am building a website with React, and I want to include a stylesheet. My React app has the index.html file and I created a line in the file that says:
<link rel="stylesheet" type="text/css" href="homePage.css">
but React won't load the css. How do I do this properly?
Sidenote: React also doesn't load images. When I put a line of code in my JSX like this:
<a href="./my_resume.pdf"><img id="resume" src="./views/icons/resume_logo.png" /></a>
React won't load the image. Please help, I've been banging my head against my desk about this for a while now.
Thanks in advance.
Uncaught SyntaxError: Unexpected token <for jquery.min.js:1, bootstrap.min.js:1, and clean-blog.min.js:1