-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (38 loc) · 2.1 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
<html>
<head>
<style>
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 20px; color: #333; line-height: 1.6; }
h1 { color: #2c3e50; font-size: 24px; }
h2 { color: #2c3e50; font-size: 20px; }
p { font-size: 16px; }
a { text-decoration: none; color: #3498db; }
a:hover { color: #2980b9; }
.report-section { margin-bottom: 40px; }
.report-list { margin-left: 20px; }
.container { max-width: 800px; margin: auto; }
</style>
<title>RKI Abwasser Reports Mirror</title>
</head>
<body>
<div class="container">
<h1>RKI Abwasser Reports Mirror</h1>
<p>This website serves as a mirror for the Robert Koch Institute (RKI) wastewater reports, allowing direct access to the latest reports without requiring file downloads. You can browse the available English and German reports below.</p>
<p>The original reports are available at <a href="https://edoc.rki.de/handle/176904/11665">https://edoc.rki.de/handle/176904/11665</a>.</p>
<div class="report-section">
<h2>English Reports</h2>
<div class="report-list">
<a href="data/Wochenbericht_EN_2024_12_18.html">Wochenbericht_EN_2024_12_18.html</a><br><a href="data/Wochenbericht_EN_2024_12_10.html">Wochenbericht_EN_2024_12_10.html</a><br>
</div>
</div>
<div class="report-section">
<h2>German Reports</h2>
<div class="report-list">
<a href="data/Wochenbericht_2024_12_18.html">Wochenbericht_2024_12_18.html</a><br><a href="data/Wochenbericht_Test_2024_12_10.html">Wochenbericht_Test_2024_12_10.html</a><br>
</div>
</div>
<p>Created by <a href="https://github.com/corneliusroemer">Cornelius Roemer</a><br>
Source code available on <a href="https://github.com/corneliusroemer/rki-abwasser-reports">GitHub</a><br>
Last updated: 2024-12-26T19:25:36 UTC</p>
</div>
</body>
</html>