Files
wevads-platform/public/test-widget.php
2026-02-26 04:53:11 +01:00

12 lines
235 B
PHP

<!DOCTYPE html>
<html>
<head><title>Test Widget WEVAL MIND</title>
</head>
<body>
<h1>Page de test</h1>
<p>Le widget WEVAL MIND devrait apparaître en bas à droite.</p>
<?php include 'includes/chatbot-widget.php'; ?>
</body>
</html>