<!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>