app-overview
Version:
> A visualization of the application structure. See, read & learn the code, effortlessly.
15 lines (14 loc) • 441 B
HTML
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="radial.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.0.0/lodash.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.13/d3.min.js"></script>
<title>Radial View</title>
</head>
<body>
<script src="../data/data.js"></script>
<script src="radial.js"></script>
</body>
</html>