<!DOCTYPE html>
<html>
<head>
<title>
Scatter Plot COVID-19 Vaccination and Cases with Dual Axis
</title>
<link
rel="preconnect"
href="https://fonts.gstatic.com"
/>
<link
href="https://fonts.googleapis.com/css2?family=Share+Tech&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
<script src="https://unpkg.com/d3@6.7.0"></script>
</head>
<body>
<script
src="https://unpkg.com/d3-svg-annotation@2.5.1/d3-annotation.min.js"
>
<script src="bundle.js">
</script>
</body>
</html>