Testing script is not loading

Hi

I am doing the assignment “Technical Documentation Page” and I am facing a huge problem.
The testing script:

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

is not loading and I cannot test my project. What is going on?

My project url: https://codepen.io/umairhp/pen/PBBaRJ

Someone needs to reply. I am waiting.

Hi.
Change id=“global” to id=“Global” or something else.

Wow it worked! thanks! How did you figure it out?

1st: I checked the freecodecamp-script-line. That was okay.
2nd: I deleted the - div class=“main” - block. It still not works. That means the error was in the - nav id=“navbar”
-block.
3rd: I deleted the span lines line by line and voila - it was working.

I think it is advisable to avoid the “global” word if not necesssary.

Alright. Thanks a lot for the help. Much appreciated.