-
Notifications
You must be signed in to change notification settings - Fork 1
/
UStable.html
14 lines (14 loc) · 1.53 KB
/
UStable.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<script src='corona.js'></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap.native/2.0.27/bootstrap-native-v4.js"></script>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<link href="corona.css" rel="stylesheet">
</head>
<body class="container" onload="corona.UStable('coronaUStableDiv')">
<h1><span style="font-family:fantasy;font-size:x-large">COVID-19 </span><sup style="font-size:small;color:green;font-family:fantasy"> cases and mortality</sup> <span style="font-size:small;color:blue">[<a href="https://github.com/episphere/corona" target="_blank">code</a>] [<a href="https://github.com/episphere/corona/issues" target="_blank">issues</a>] [<a href="https://observablehq.com/@episphere/corona" target="_blank" style="font-size:large;">doc</a>] [<a href="https://episphere.github.io/corona" target="_blank">.io</a>]<span></h1>
<p><b>USA Data Table</b> - COVID deaths and confirmed cases by state and county. <br>For global COVID-19 infection progression data see <a href="https://observablehq.com/@episphere/corona#progressionPlot" target="_blank">@episphere/corona</a>. For comparative analysis of causes of mortality in 2020 with previous 5 years see <a href="https://episphere.github.io/mortalitytracker" target="_blank">episphere.github.io/mortalitytracker</a>.</p>
<div id="coronaUStableDiv"><span style="color:red">loading data ...</span></div>
</body>
</html>