xo-alloc/xo-websock/utest/mount-origin/d3ex/d3ex.ch5.ex1.html
Roland Conybeare dd1a6b1afc Add 'xo-websock/' from commit '57bf06a68f'
git-subtree-dir: xo-websock
git-subtree-mainline: 97eefaea22
git-subtree-split: 57bf06a68f
2025-05-11 15:08:51 -05:00

15 lines
281 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<script type="module">
import * as d3 from "https://cdn.skypack.dev/d3@7";
const body = d3.selectAll("body");
</script>
</head>
<body>
simple d3 example
<script type="module">
</script>
</body>
</html>