Continents/Megaregions added, favicon on detail page fixed

This commit is contained in:
fordprefect
2021-02-05 11:22:52 +01:00
parent db0c5c5b7c
commit cd8cd6812f
3 changed files with 8 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ def plot(data, countries, pop, metadata, **kwargs):
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="https://dukun.de/corona/style.css">
<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
<link rel="icon" type="image/vnd.microsoft.icon" href="/corona/favicon.ico">
<meta name="robots" content="noindex,nofollow" />
<title>CoVid19 in {loc}</title>
</head>