example-complex.htm 373 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="de" dir="ltr">
  3. <head>
  4. <title>Example of a complex Layered DirectedGraph</title>
  5. <link href="graph/resources/dgraph.css" type="text/css" rel="stylesheet">
  6. <link rel="stylesheet" href="graph/resources/example.css">
  7. <script src="example-complex.js" type="module"></script>
  8. </head>
  9. <body class="dgraph">
  10. <div id="graphCanvas"></div>
  11. </body>
  12. </html>