UNPKG

iso-json-tree

Version:
14 lines (12 loc) 291 B
<!doctype html> <head> <title>iso-json-tree</title> <link rel="stylesheet" href="App.css"> <link rel="stylesheet" href="JsonTree.css"> </head> <body> <div id="app"></div> <script src="common.js"></script> <script src="bundle.js"></script> <script src="example.js"></script> </body>