Hi,I was trying to built tribute page for the responsive web design challenge,the instruction says there should be a drop down menu on the editor where i can get the template,but my codepen editor is not showing any drop down menu.what can i do?
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36
Hello.
At the bottom of every challenge there is a paragraph saying →
You can build your project by using this CodePen template and clicking Save to create your own pen. 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*
There isn’t anything in the instructions that point you to a template.
There is a link to FCC’s sample that you can fork. If you do that it will include that CDN so you can run the tests.
You can see it by clicking the cog icon in the upper left of the JS editor. (attached a screenshot)
If you just started writing you code in a pen that you created paste the following into the HTML editor; <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
It isn’t talking about your project, it is talking about the “type” of project. You won’t find your project in the menu, just the type. I.e. for the Tribute Page project, you will find a “Tribute Page” menu item.
As for where you get the test script from, at the bottom of the challenge page there is a link to the script. You can also use the template link which is given.