<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Prueba Bot Acenor</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 40px;
background: #f6f7f9;
color: #222;
}
.box {
max-width: 900px;
margin: 0 auto;
background: white;
border-radius: 12px;
padding: 32px;
box-shadow: 0 8px 30px rgba(0,0,0,.08);
}
h1 { margin-top: 0; }
.note {
margin-top: 20px;
padding: 16px;
background: #f0f4ff;
border-radius: 8px;
}
</style>
</head>
<body>
<div class="box">
<h1>Prueba de bot en acenor.laruta.ai</h1>
<p>Esta es una página de prueba para validar la integración del bot.</p>
<div class="note">
Si ves esta página, el subdominio ya quedó funcionando.
</div>
</div>
<script type="text/javascript">
(function(d, t) {
var v = d.createElement(t), s = d.getElementsByTagName(t)[0];
v.onload = function() {
window.voiceflow.chat.load({
verify: { projectID: '69b2106e33a5278ad14bc8ab' },
url: 'https://general-runtime.voiceflow.com',
versionID: 'production',
voice: {
url: "https://runtime-api.voiceflow.com"
}
});
}
v.src = "https://cdn.voiceflow.com/widget-next/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s);
})(document, 'script');
</script>
</body>
</html>