-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.29 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.29 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/styles.css">
<title>Document</title>
</head>
<body>
<nav class="nav">
<a class="nav__link nav__link--home" href="./index.html">Home</a>
<a class="nav__link nav__link--game" href="game/game.html">Play the game!</a>
</nav>
<main>
<article class="article">
<img src="/images/Sustainable_Development_Goal_6.png" alt="UNs sustainability development goal 6, clean water and sanitaton">
<h1 class="article__title">Goal 6 of UNs Sustainability goals.</h1>
<p class="article__text">
Goal 6 of the United Nations' sustainability goals is to ensure
availability and sustainable management of water and sanitation for all.
Sadly, the world's water ecosystems are being degraded at an alarming
rate, with approximately 85% of the planet's wetlands lost over the last
300 years. The quality of water is unknown for at least 3 billion people
worldwide due to a lack of monitoring.
</p>
</article>
</main>
</body>