Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
  <head>
    <meta charset="utf-8" />
    <title></title>
    <link
      rel="stylesheet"
    />
    <link rel="localization" href="messenger/treeView.ftl" />
    <script
      defer="defer"
    ></script>
    <script type="module" src="autoTreeView.mjs"></script>
  </head>
  <body>
    <auto-tree-view
      id="autoTree"
      style="width: 640px; height: 640px; border: 1px solid gray; margin: 1em"
    ></auto-tree-view>
  </body>
</html>