24 lines
866 B
HTML
24 lines
866 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 flex-center bg-slate-800 text-stone-50">
|
|
demo
|
|
</body>
|
|
<script
|
|
src="/widget.js"
|
|
data-login-token="414fe2d2edcd74c9d6433655efbf5eef29f3bb05d8bf98ee21a73edb7c2206547b22757365726964223a2268656c6f6f222c22757365726e616d65223a22776f726c64222c22657870697265645f6174223a22323032332d31312d32315431323a33373a33352e3734313636343134325a227d"
|
|
data-host-id="1"
|
|
data-title="test title"
|
|
data-logo="https://nuxt.com/assets/integrations/supabase.svg"
|
|
data-theme-color="#eee"
|
|
async
|
|
></script>
|
|
</html>
|