<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>D3 v6 Demonstration</title>
<style>
body {
margin: 0;
padding: 2rem;
font-family: Arial, sans-serif;
text-align: center;
background-color: #f9f9f9;
}
iframe {
max-width: 100%;
border: none;
}
</style>
</head>
<body>
A demonstration of how to start using D3 version 6
</body>
</html>