Can I use the CDN link in ATOM? I don’t want to develop the Tribute Page in Code.pen. I like to develop the Tribute Page in Atom. By doing this my skills in Atom also improves. This is the only reason. If I can use the CDN link in Atom then please can anyone tell me how? And if not it’s ok. I use the code.pen then.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36.
I did mine using Visual Studio Code. But once I am done in VS Code I copy pasted it either in codepen.io or repl.it. You can then provide your link to FCC project’s input box.
I prefer also to use the Live Server package in VS Code which is by the way also available in Atom. With Live Server you can run your html in localhost and if you have some changes you don’t need to refresh your browser because it is hot reload. I did also my checking locally since I inserted the JS script link provided by FCC.
Hey! How are you? I used the script tag from the fork and paste it just before closing the body tag and it works amazingly! And ya I do not host the page I just copy my whole code and paste it in code.pen after I passed the test and submit it. THANKS FOR HELPING ME!!
That’s what I did actually. What I mean after he tested it locally with the script before the body, he could then paste it in let’s say in codepen.io for everyone to see.