1 2 3 4 5 6 7 8 9 | # ZIION Widget A tiny embeddable widget in the 19Keys house style (black + gold). Copy `widget.js` and the snippet below onto any page. ```html <div id="ziion-widget"></div> <script src="widget.js"></script> ``` |
1 2 3 4 5 6 7 8 9 | # ZIION Widget A tiny embeddable widget in the 19Keys house style (black + gold). Copy `widget.js` and the snippet below onto any page. ```html <div id="ziion-widget"></div> <script src="widget.js"></script> ``` |