-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (24 loc) · 871 Bytes
/
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
<!DOCTYPE html>
<html lang="fr" class="all">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" content="Chart evolution of covid-19">
<title>Corona virus</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Covid-2019 relative evolution</h1>
<div class="responsive">
<figure>
<img src="SCILAB/covid19-evolution-detected-moueza.svg" alt="Relative evolution of discovered cases of Covid-19 respect country" alt="Evolution of covid-19 with time" >
<figcaption>Evolution de la pandémie de Corona virus selon les pays par Peter MOUEZA de Nantes</figcaption>
</figure>
<br>USA above China
</div>
Tags : covid-19
<div>
<a href="SCILAB/covid19-evolution-detected-moueza.png">png</a>
</div>
</body>
</html>