1234567891011121314151617 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <title>d4dag</title>
- <link rel="stylesheet" href="d4dag.css">
- <script src="d4dagdemo.js" type="module"></script>
- </head>
- <body class="d4dag">
- <div id="graphCanvas"></div>
- d4dag<br>
- <br>
- test page<br>
- <br>
- </body>
- </html>
|