a
Html
code posted
by
a
created at 12 Apr 18:52
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<!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> |
536 Bytes in 2 ms with coderay