-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
47 lines (43 loc) · 3.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<!-- HTML code added to the head of the application -->
<meta property="og:title" content="Covid-19: active cases and extrapolation">
<meta property="og:description" content="A visualization with the number of active Covid-19 cases in various countries and a forecast of its evolution extrapolating the observed growth.">
<meta property="og:image" content="https://covid19-dash.github.io/thumbnail.png">
<meta property="og:url" content="https://covid19-dash.github.io/">
<meta name="twitter:title" content=" Covid-19: active cases and extrapolation">
<meta name="twitter:description" content=" A visualization with the number of active Covid-19 cases in various countries and a forecast of its evolution extrapolating the observed growth.">
<meta name="twitter:image" content=" https://covid19-dash.github.io/thumbnail.png">
<meta name="twitter:card" content="summary_large_image">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<title>Covid-19: confirmed cases and extrapolation</title>
<link rel="icon" type="image/x-icon" href="/_favicon.ico?v=1.9.1">
<link href="https://unpkg.com/[email protected]/build/pure-min.css" rel="stylesheet" integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-responsive-min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/base-min.css">
<link rel="stylesheet" href="/assets/style.css?m=1648055790.1834333">
</head>
<body>
<div id="react-entry-point">
<div class="_dash-loading">
Loading...
</div>
</div>
<footer>
<script id="_dash-config" type="application/json">{"url_base_pathname": null, "requests_pathname_prefix": "/", "ui": false, "props_check": false, "show_undo_redo": false}</script>
<script src="/_dash-component-suites/dash_renderer/[email protected]_2_2m1580837354.7.0.min.js"></script>
<script src="/_dash-component-suites/dash_renderer/[email protected]_2_2m1580837354.8.6.min.js"></script>
<script src="/_dash-component-suites/dash_renderer/[email protected]_2_2m1580837354.8.6.min.js"></script>
<script src="/_dash-component-suites/dash_renderer/[email protected]_2_2m1580837354.7.2.min.js"></script>
<script src="/_dash-component-suites/dash_table/bundle.v4_6_1m1582839186.js"></script>
<script src="/_dash-component-suites/dash_html_components/dash_html_components.v1_0_2m1573762545.min.js"></script>
<script src="/_dash-component-suites/dash_core_components/dash_core_components.v1_8_1m1582838725.min.js"></script>
<script src="/_dash-component-suites/dash_core_components/dash_core_components-shared.v1_8_1m1582838725.js"></script>
<script src="/assets/callbacks.js?m=1648055790.1834333"></script>
<script src="/_dash-component-suites/dash_renderer/dash_renderer.v1_2_2m1580837364.min.js"></script>
<script id="_dash-renderer" type="application/javascript">var renderer = new DashRenderer();</script>
</footer>
</body>
</html>