Pregunta al experto
<html>
<head>
<meta charset="UTF-8">
<!-- Don't forget making your web responsive, mobile friendly -->
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Landbot | Convert a Landing Page into a Chatbot</title>
<script src="https://static.landbot.io/landbot-widget/landbot-widget-1.0.0.js"></script>
</head>
<body>
<script>
const myLandbotFullpage = new LandbotFullpage({
// Use here the landbot URL you got from the app when creating your landbot.
index: 'https://landbot.io/u/H-270658-126T1O50LSB036XV/index.html',
});
</script>
</body>
</html>