UNPKG

jive-sdk

Version:

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

18 lines (15 loc) 628 B
<html> <head> <title>Tile App View</title> <meta http-equiv="Content-Type" value="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="/{{{TILE_NAME}}}/stylesheets/main.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <script src="/{{{TILE_NAME}}}/javascripts/view.js"></script> <!-- NOTE: main.js SHOULD RUN LAST --> <script src="/{{{TILE_NAME}}}/javascripts/main.js"></script> </head> <body> <h2>Internal Custom View</h2> <p>Config info: <span id="config_string">content to be replaced by config value</span></p> </body> </html>