Fix socket.io script tag in whatsapp UI

This commit is contained in:
Antigravity 2026-06-13 17:10:06 -04:00
parent ba8d5f03c3
commit 7952450617
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<base href="/proxy/whatsapp/">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script src="/socket.io/socket.io.js"></script>
<script src="socket.io/socket.io.js"></script>
<script src="https://cdn.jsdelivr.net/npm/qrcode-generator@1.4.4/qrcode.min.js"></script>
</head>
<body>