Compare commits
2 commits
182c1091ff
...
3e19d3462a
Author | SHA1 | Date | |
---|---|---|---|
|
3e19d3462a | ||
|
a64e6cdfd0 |
2 changed files with 10 additions and 0 deletions
|
@ -164,6 +164,11 @@
|
|||
In den Plots stehen die nötigen Infos dafür oben mit drauf.
|
||||
Ein Link wäre aber auch hier nett.
|
||||
</p>
|
||||
<p>
|
||||
Der Python-Code für die Erstellung des Dashboards steht unter der <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" target="_blank" rel="noreferrer">European Union Public Licence (EUPL) Version 1.2</a>.
|
||||
Der Code ist verfügbar auf meinem <a href="https://gitea.bastin.nrw/benedikt/rki-impfparser" target="_blank">Gitea-Server</a>.
|
||||
Der XHTML-Code für das Dashboard steht, wie oben erwähnt, unter der CC-BY-SA 4.0-Lizenz.
|
||||
</p>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/*
|
||||
* Copyright (C) Benedikt Bastin, 2021
|
||||
* SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
*/
|
||||
|
||||
body {
|
||||
font-family: Noto Sans;
|
||||
max-width: 1000px;
|
||||
|
|
Loading…
Reference in a new issue