Last active
August 29, 2015 14:06
-
-
Save peterfschaadt/bae563e7b4c2f006c755 to your computer and use it in GitHub Desktop.
supportscheduler - contact us TPA HTML
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> | |
| <head> | |
| <title>Wix Contact Us App</title> | |
| <style type="text/css"> | |
| body { | |
| background: transparent; | |
| margin: 0; | |
| } | |
| </style> | |
| <script type="text/javascript" src="https://sslstatic.wix.com/services/js-sdk/1.21.0/js/Wix.js"></script> | |
| <script type="text/javascript" src="https://gist.githubusercontent.com/peterfschaadt/bae563e7b4c2f006c755/raw/fd90b6ab02e784f30416fadab01de9262336abb8/widget.html"></script> | |
| </head> | |
| <body> | |
| <h3 style="color:red;">Embedded Scheduler</h3> | |
| <a href="javascript:void(0)" onclick="contactApp.open()"><img id="contact-cta" src="" /></a> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment