14 lines
451 B
HTML
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>
|