Skip to content

Instantly share code, notes, and snippets.

@JacobKnaack
Last active January 30, 2020 06:24
Show Gist options
  • Save JacobKnaack/e495c55a6feaa1b7a0e975139912fd04 to your computer and use it in GitHub Desktop.
Save JacobKnaack/e495c55a6feaa1b7a0e975139912fd04 to your computer and use it in GitHub Desktop.
Flask Analysis: index html file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="chart.css">
<script src="https://d3js.org/d3.v3.min.js"></script>
<title>Coronavirus Data</title>
</head>
<body>
<h1>Data set of recent cases of Caronavirus</h1>
<h2>d3 Graphical Interface</h2>
<h3 style="text-align: center;">Cases and Deaths by Region</h3>
<div id="china-map"></div>
<script src="chart.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment