-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My test page</title>
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap" rel="stylesheet">
</head>
<body>
<h1>The Earth</h1>
<img src="images/earth.png" alt="Cartoon Earth image">
<p>Earth is the third planet from the <a href="https://en.wikipedia.org/wiki/Sun">Sun</a> and the only astronomical
object known to harbor and support life. About 29.2% of Earth's surface is land consisting of continents and islands.
The remaining 70.8% is covered with water, mostly by oceans, seas, gulfs, and other salt-water bodies,
but also by lakes, rivers, and other freshwater, which together constitute the hydrosphere.
Much of Earth's polar regions are covered in ice. </p>
<p>Earth's outer layer is divided into several rigid tectonic plates that migrate across the surface over many millions of years,
while its interior remains active with a solid iron inner core, a liquid outer core that generates
<a href="https://en.wikipedia.org/wiki/Earth%27s_magnetic_field">Earth's magnetic field</a>,
and a convective mantle that drives plate tectonics.</p>
<button>Change user</button>
<script src="scripts/main.js"></script>
</body>
</html>