example-simple.htm 382 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="de" dir="ltr">
  3. <head>
  4. <title>Example of a simple 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-simple.js" type="module"></script>
  8. </head>
  9. <body class="dgraph">
  10. <div id="graphCanvas"></div>
  11. </script>
  12. </body>
  13. </html>