d4dag.html 411 B

1234567891011121314151617
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  5. <title>d4dag</title>
  6. <link rel="stylesheet" href="d4dag.css">
  7. <script src="d4dagdemo.js" type="module"></script>
  8. </head>
  9. <body class="d4dag">
  10. <div id="graphCanvas"></div>
  11. d4dag<br>
  12. <br>
  13. test page<br>
  14. <br>
  15. </body>
  16. </html>