I’m trying to load Javascript and CSS folders into my server by copy pasting. When opening index.html the site does not pick up the JS and CSS mods. How can I make it work? Answers appreciated!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You must create a link to the CSS and JS files in the head of your page. Below is an example of an internal link <link rel=“stylesheet” href=“main.css”>, and an external link <script src=“https://apis.google.com/js/platform.js” async></script>