simple web page
This commit is contained in:
31
index.html
Normal file
31
index.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
</head>
|
||||
<body class=body>
|
||||
<div class=head>
|
||||
<h3>Visualisierung zu Corona2020</h3>
|
||||
</div>
|
||||
<div class=box>
|
||||
|
||||
<h4>Idee</h4>
|
||||
Überall kursieren tolle Graphiken, aber nirgends sieht man die logarithmischen Plots, aus denen man die Entwicklung besser abschätzen könnte.
|
||||
Daher hab ich hier ein paar täglich automatisch neu generierte Plots hingestellt.
|
||||
|
||||
Nicht schön, aber informativ.
|
||||
|
||||
<h4>Absolute Fälle</h4>
|
||||
<img src=total_cases.png />
|
||||
|
||||
<h4>Absolute Tote pro Fall</h4>
|
||||
<img src=death_per_case.png />
|
||||
|
||||
</div>
|
||||
<div class=foot>
|
||||
Ein Infoservice von <a href=dukun.de>dukun.de</a>; Anregungen gern <a href="mailto:coronainput@dukun.de">per Mail</a>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user