Created
December 21, 2020 15:04
-
-
Save skobba/15334f2645c9e92280c2ab7c36f9de15 to your computer and use it in GitHub Desktop.
Puzzel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en" dir="ltr"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>Puzzel Chat</title> | |
| <style type="text/css"> | |
| [data-puzzel-chat] { | |
| font-family: 'Open Sans', sans-serif; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <script type="text/javascript"> | |
| (function(a, b, c, d) { | |
| b.PUZZEL_EUWA_CONFIG = {customerKey: c, configId: d}; | |
| var loader = a.createElement('script'); | |
| loader.src = 'https://euwa.puzzel.com/loader/index.js'; | |
| a.body.append(loader); | |
| loader.onload = function () { | |
| new EUWALoader({'customerKey':c,'configId':d}).load(); | |
| } | |
| })(document, window, 'customernumber', 'somelongguid'); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment