-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 856 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
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Accueil</title>
<!-- integrer la fueille de style "style.css" -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<div class="wrapper">
<h1>
<span class="stat">250</span> <br>
<span class="label"> Palestinians killed per day </span>
</h1>
<p>
occupier's military is killing Palestinians at an average rate of 250 people
a day which exceeds the daily death toll of any other major conflict of recent
years, Oxfam said today, as the escalation of hostilities nears its 100th day.
</p>
</div>
</section>
</body>
</html>