UNPKG

jive-sdk

Version:

Node.js SDK for Jive Software to assist with the development of add-ons

20 lines (14 loc) 424 B
<html> <head> <link rel="stylesheet" type="text/css" href="{{{host}}}/stylesheets/style.css"> <script src="{{{host}}}/javascripts/jquery-1.8.3.js"></script> <script src="{{{host}}}/{{{TILE_NAME}}}/javascripts/main.js"></script> </head> <body> <div class="j-card"> <h2>Configuration</h2> Click submit to register this tile instance. <button id="btn_submit">Submit</button> </div> </body> </html>