jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
25 lines (18 loc) • 481 B
HTML
<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}}}/samplelist/javascripts/main.js"></script>
</head>
<body>
<div class="j-card">
<h2>Configuration</h2>
<p>
Sequence Counter Start:
<br>
<input type="text" id="start_sequence">
</p>
<button id="btn_submit">Submit</button>
</div>
</body>
</html>