LaunchStudio

<!--Sample file--> <!DOCTYPE html> <html lang="en"> <head> <title>Page Title</title> <!--Change your page title --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> /* write your style */ </style> </head> <body> <script> // write your javascript functions </script> <script src="https://waffle360.github.io/publicsdk.js"> // don't delete this waffle won't work then </script> </body> </html>