-
Notifications
You must be signed in to change notification settings - Fork 1
/
lagUS.html
12 lines (12 loc) · 1.06 KB
/
lagUS.html
1
2
3
4
5
6
7
8
9
10
11
12
<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.lagPlotCountry('coronaLagDiv','US')">
<h1><span style="font-family:fantasy">Corona </span><sup style="font-size:medium;color:green">COVID-19</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>Reporting Lag US</b> - Dates of last report from all US States</p>
<div id="coronaLagDiv"></div>
</body>