<!doctype html>
<html>
<head>
<title>Scatter Plot with Menus Including Species</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="bundle.js"></script>
</body>
</html>