UNPKG

call-me-aishmael

Version:
15 lines (14 loc) 465 B
<!DOCTYPE html> <html> <head> <title>IBM Watson Virtual Agent Chat Widget - Actions 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>