-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5.html
41 lines (41 loc) · 1.31 KB
/
5.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
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<header>
<p>
<a href="./index.html">Home pages</a>
</p>
<a href="/">
<img
src="https://ac.goit.global/fullstack/html-css-v2/module-1/autocheck/b04pflogo.svg"
width="40"
height="40"
alt="Planet Fatness logo"
/>
</a>
<nav>
<ul>
<li><a href="">Our Clubs</a></li>
<li><a href="">PF Benefits</a></li>
<li><a href="">Tips and Programs</a></li>
</ul>
</nav>
</header>
<main>
<h1>Planet Fatness</h1>
<p>
Healthy food is delicious. Doing sport is enjoyable. You just need to
start - people said. Nonsense! - I thought. To me, a 19-year-old guy,
overweight and depressed, who ate tons of junk food to seize the stress,
those healthy-life-gurus sounded like aliens coming from another planet.
On their planet, it must have sounded right. On my planet, eating pizza
was OK and jogging was exhausting. 12 years later, after I shed almost
100 pounds and completely changed my diet, I still believe we WERE on
different planets. The thing is that once I escaped.
</p>
</main>
</body>
</html>