app-overview
Version:
> A visualization of the application structure. See, read & learn the code, effortlessly.
22 lines (16 loc) • 417 B
HTML
<!-- <!DOCTYPE html> -->
<meta charset="utf-8">
<head>
<title>dynamic</title>
<link rel="stylesheet" type="text/css" href="tree.css" />
</head>
<body>
<div id="graph"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.2/d3.min.js"></script>
<script>
d3v4 = d3
window.d3 = null
</script>
<script src="./tree.js"></script>
<script src="../data/firstAttempt.js"></script>
</body>