Adding code to wix parsing error

Hey everybody,

I am trying to add “”“” This code into wix but keep getting an error because the “text/javascript” or something? I keep getting a parsing error: unexpected token type

You can’t embed HTML in a Wix Code page. You might want to consider using an HtmlComponent . For more information, see the article Working with the HTML Component in Wix Code .
A more secure way to handle web service requests is by using backend (server-side) code. Using backend code you can secure your passwords, API keys, and other secret information. The article Accessing 3rd Party Services explains how this is done. I recommend checking with the service provider to see if they provide a REST interface.

Hi I am trying to create client dashboard using codes from https://www.youtube.com/watch?v=yLCOqsVHhD0

But still having the above issue and need help to fix. Anyone please help me to fix it and explain why it happens. Thanks