jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
19 lines (16 loc) • 644 B
HTML
<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>
</head>
<body>
<h2>External Custom View</h2>
<p>Config data: <span id="data">Uninitialized</span></p>
<p>Count value: <span id="count">Uninitialized</span></p>
</body>
<!-- NOTE: main.js SHOULD RUN LAST -->
<script src="/{{{TILE_NAME}}}/javascripts/main.js"></script>
</html>