Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <head>
  3.     <meta charset="utf-8" />
  4.     <title>Bottileijukkeen testisivu</title>
  5. </head>
  6. <body>
  7.   <script src="https://veroskatt.boost.ai/chatPanel/chatPanel.js"></script>
  8.   <script>
  9.     const chatPanel = window.boostChatPanel({
  10.       apiUrlBase: 'https://veroskatt.boost.ai/api'
  11.     });
  12.     // Open the panel on page load
  13.     document.addEventListener('load', () => {
  14.       chatPanel.show();
  15.     });
  16.   </script>
  17. </body>
  18. aaa
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement