Skip to content

Commit 16c97f7

Browse files
committed
Added links to HTML page.
1 parent 7480c70 commit 16c97f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<script src="app.js"></script>
1010
</head>
1111
<body>
12+
<h1>A D3 visualization from the book Data Wrangling with JavaScript</h1>
13+
<p><a href="https://github.com/Data-Wrangling-with-JavaScript/d3-animated-viz" target="_blank">Click here for the code</a></p>
14+
<p><a href="http://bit.ly/2t2cJu2" target="_blank">Click here for the book</a></p>
1215
<svg class="chart"></svg>
1316
</body>
1417
</html>

0 commit comments

Comments
 (0)