- <!DOCTYPE html>
- <html lang="de" dir="ltr">
- <head>
- <title>Example of a complex Layered DirectedGraph</title>
- <link href="graph/resources/dgraph.css" type="text/css" rel="stylesheet">
- <link rel="stylesheet" href="graph/resources/example.css">
- <script src="example-complex.js" type="module"></script>
- </head>
- <body class="dgraph">
- <div id="graphCanvas"></div>
- </body>
- </html>
|