call-me-aishmael
Version:
CW Dummy Test
15 lines (14 loc) • 471 B
HTML
<html>
<head>
<title>IBM Watson Virtual Agent Chat Widget - Custom Layout Demo</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
</head>
<body>
<!-- container element where the chat widget will be rendered -->
<div id="ibm_el"></div>
<!-- bundled js with the custom layout logic -->
<script src='bundle.js'></script>
</body>
</html>