Title / Description
Code <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script defer src="https://js.onsip.com/onsip-element-loader.js"></script> <style> onsip-element { border: 1px solid red; } onsip-element[disabled] { opacity: 0.5; pointer-events: none; } </style> </head> <body> <onsip-element aor="joe@example.onsip.com" target-display="Joe Human" autostart accent-color="#ff00ff"> <button>Click me!</button> </onsip-element> </body> </html>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code