Files
mirotalk/widgets/example-0.html
T
2025-08-06 18:38:32 +02:00

20 lines
507 B
HTML

<!doctype html>
<html>
<head>
<script src="https://p2p.mirotalk.com/js/widget.js"></script>
</head>
<body>
<div
id="support-widget"
data-mirotalk-auto
data-domain="p2p.mirotalk.com"
data-room="support-room"
data-theme="light"
data-widget-type="support"
data-widget-state="normal"
data-position="bottom-right"
data-check-online="false"
></div>
</body>
</html>