Skip to content

Commit 898b6d0

Browse files
committed
restore docs folder
1 parent fd25163 commit 898b6d0

File tree

2 files changed

+449
-0
lines changed

2 files changed

+449
-0
lines changed

docs/client-demo.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Labs64 NetLicensing JavaScript Client Demo</title>
6+
<script src="https://cdn.jsdelivr.net/gh/Labs64/NetLicensingclient-javascript/dist/netlicensing-client.min.js"></script>
7+
<script src="client-demo.js"></script>
8+
<style>
9+
.console-log-div {
10+
border: 1px solid gray;
11+
padding: 5px 10px;
12+
border-radius: 5px;
13+
width: 95% !important;
14+
background-color: #efefef;
15+
}
16+
</style>
17+
</head>
18+
19+
<body>
20+
<h1><p align="center"><strong>Labs64 <a href="https://netlicensing.io">NetLicensing</a><br/>JavaScript Client
21+
Demo</strong></p></h1>
22+
<p align="center">This demo showcases <a href="https://netlicensing.io/wiki/restful-api">RESTful API</a> access
23+
to NetLicensing’s core features.</p>
24+
<p align="center">
25+
<input type="button" value="Execute" onclick="NetLicensingDemo();"/>
26+
<input type="button" value="Clear" onclick="clearBox('console-log-text')"/>
27+
</p>
28+
29+
<script src="https://cdn.jsdelivr.net/npm/console-log-div@0.6.3/console-log-div.min.js"></script>
30+
</body>
31+
</html>

0 commit comments

Comments
 (0)