Files
ColdBreeze-chat-web/public/widget_demo.html
T
2022-10-27 23:07:39 +08:00

14 lines
451 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vocechat Widget Demo</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="w-sreen h-screen bg-slate-800 text-stone-50"></body>
<script src="/widget.js" data-host-id="4" async></script>
</html>