You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
434 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script type="text/javascript" src="https://d3js.org/d3.v7.min.js"></script>
<script type="text/javascript" src="/app.js"></script>
<link rel="stylesheet" href="app.css">
</head>
<body>
<h1>Outcomes Tracker</h1>
<p>See how instances did in comparisson to others</p>
<svg id="container">
<g id="points"></g>
</svg>
</body>
</html>