-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (26 loc) · 1.22 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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Todesfälle von Migranten im Mittelmeerraum</title>
<meta name="description" content="Todesfälle von Migranten im Mittelmeerraum ✚ Mittelmeer Tote">
<meta property="og:description" content="Todesfälle von Migranten im Mittelmeerraum ✚ Mittelmeer Tote" />
<meta property="og:image" content="https://images.unsplash.com/photo-1532797903-57151da06270?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1><span class="big">Todesfälle</span> von Migranten im Mittelmeerraum</h1>
<div class="death">
<h2>Jahr 2025</h2>
<p id="this-year"><img src="loading.gif"></img></p>
</div>
<p class="footer">
<a href="https://github.com/DominikHerold/DeathsMediterranean/">GitHub</a> |
<a href="https://missingmigrants.iom.int/global-figures/2025/json">Data</a> |
<a href="https://sea-watch.org/">Sea-Watch</a> |
<a href="https://github.com/DominikHerold/DeathsMediterranean/blob/master/LICENSE.txt">No copyright</a>
</p>
<script src="script.js"></script>
</body>
</html>