No Code w/ Moralis, is it possible? (Error: You need to call Parse.initialize before using Parse)

I am attempting to impliment Moralis into my Webflow website so that users can login in with their wallets and I can pull the users public key, transactions, balance, and NFTs.I want to impliemt this using a no-code stack.

I added the Moralis Authentication in the header using script tags then attempted to do the login authorization as a custom script tag. I then added the authorization in the body of the website using more script tags.

I got the error in my terminal "You need to call Parse.initialize before using Parse"
After searching on the forum my hypothesis is that the Moralis isn’t being initialized.
I also noticed that I’m getting a syntax error for "Moralis.start({ serverUrl, appId });"

Someone please look at my code and tell me where I could have gone wrong and if is even possible to use moralis directly through the client with js.

Thanks

usually you have to use await Moralis.start instead of async Moralis.start