<html>
  <head>
    <script src="https://d3js.org/d3.v4.min.js"></script>
  </head>
  <body></body>
  <script>
    d3.select("body").append("div").text("hi");
  </script>
</html>
// Code goes here

/* Styles go here */