Question on instructions on bottom of project page

How do I properly access this link?

Or you can use this CDN link to run the tests in any environment you like: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js .

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36.

Challenge: Build a Tribute Page

Link to the challenge:

You add it to your page using a <script> tag.

As said, you can add a script element to the page.

Or if you are using Codepen you can add the link under the settings (Settings > JS > paste the link in one of the bottom boxes).

OK. I’m nowhere near that. I’m still in the beginning stages of creating the webpage. Thanks for the replies.