FlipClock not showing in Codepen

I created this project in vscode and then moved it over to codepen and I think I have the correct settings but my FlipClock isnt showing up now. When I load the file in Chrome I can see the clock and it works just fine.

Am I missing something?

You must add the external libraries in the proper order. the flipclock library uses JQuery, so JQuery must be listed first.

Thank you! Didn’t know the order mattered there