Here's the code where i wanna import svelte in. Fyi im using replit cuz i can't use laptop for immobilities. I tried using that link which y'all need to scroll down to see but not working. Another ways i tried. Not working at all, though tried to do it on app.svelte tag and it's not even showing on the WebView. Now these problems making me kinda wanna quit. Pls help on how can i do thatCode
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><title>replit</title><link href="style.css" rel="stylesheet" type="text/css" /></head><body><script></script><svelte:head><script async src="https://www.example.com/my.js"></script></svelte:head> </body></html></script>