File tree Expand file tree Collapse file tree 2 files changed +449
-0
lines changed
Expand file tree Collapse file tree 2 files changed +449
-0
lines changed Original file line number Diff line number Diff line change 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/[email protected] /console-log-div.min.js "
> </ script > 30+ </ body >
31+ </ html >
You can’t perform that action at this time.
0 commit comments