-
Notifications
You must be signed in to change notification settings - Fork 0
/
greece.php
60 lines (40 loc) · 1.53 KB
/
greece.php
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="author" content="Kostas Maistrelis">
<meta name="keywords" content="statistics,covid">
<link rel="stylesheet" href="style.css">
</head>
<body>
<style>
p.desc {
margin-top: 20px;
margin-bottom: 8px;
}
</style>
<div class="page_plots">
<h1>COVID-19 Greece Statistics</h1>
<p class="desc">
confirmed Cases: επιβεβαιωμένα κρούσματα
</p>
<a href="plots/covid_greece_confirmed.png" class="plots"><img class="plots" src="plots/covid_greece_confirmed.png"/></a>
<br/>
<a href="plots/covid_greece_confirmed_w.png" class="plots"><img class="plots" src="plots/covid_greece_confirmed_w.png"/></a>
<p class="desc">
Deaths: επιβεβαιωμένοι θάνατοι από covid
</p>
<a href="plots/covid_greece_deaths.png" class="plots"><img class="plots" src="plots/covid_greece_deaths.png"/></a>
<br/>
<a href="plots/covid_greece_deaths_w.png" class="plots"><img class="plots" src="plots/covid_greece_deaths_w.png"/></a>
<p class="desc">
Fatality Rate: ο λόγος των θανάτων προς τα covid επιβεβαιωμένα κρούσματα εκφρασμένος ως ποσοστό επί τοις εκατό
</p>
<a href="plots/covid_greece_fatality.png" class="plots"><img class="plots" src="plots/covid_greece_fatality.png"/></a>
</div>
<div class="return_link">
<a href="/content/covid-19">[επιστροφή]</a>
</div>
<script src="covid.js"></script>
</body>
</html>