CDN Link is not open

I am studying for Build a product landing page from Responsive Web Design(
https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js).
I can not CDN Link provied which is a test page.
Could you fix it please?

That link is for testing.
After you finish your project on Codepen or other similar sites you just add the CDN in a script tag and the test suite will be there on your page.
Edit: it should work even if you work on your local machine on VSCode and spin up a live server.
Like this:
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

Thanks. it helped!
I shoul work on VSCode and upload it.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.