-
Notifications
You must be signed in to change notification settings - Fork 0
/
index4.html
44 lines (43 loc) · 2.05 KB
/
index4.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
42
43
44
<!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">
<title>Fitness is the key to sucess</title>
<link rel="stylesheet" href="style4.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="img.src/img.jpg" type="image/x-icon">
</head>
<body>
<div class="container" id="div1">
<h1>Push Yourself Hard Towards Yours Goals</h1>
<img src="https://images.template.net/wp-content/uploads/2017/03/18122541/Fitness-Daily-Challenge-Logo.jpg"
id="img1">
<ul id="ul1">
<li><a href="index.html">Home</a> </li>
<li><a href="index2.html">Exercises</a></li>
<li><a href="index4.html">About us</a></li>
<li><a href="index3.html">Contact</a> </li>
</ul>
</div>
<div class="container" id="div2">
<!-- <img src="https://d18zdz9g6n5za7.cloudfront.net/about/masthead-xs@2X.jpg" alt=""> -->
<h2 id="t1">ABOUT FITNESS.COM</h2>
<p id="p1">Our goal is to make health and <br> fitness attainable, affordable and <br> approachable.</p>
</div>
<div class="container" id="div3">
<h2 id="t2">Created to help you live a better, happier, healthier life.</h2>
<p id="p2">We believe fitness should be accessible to everyone, everywhere, regardless of income level or <br> access to a gym. That's why we offer hundreds of free, full-length workout videos, the most <br>affordable and effective workout programs on the web, meal plans, and helpful health, nutrition and fitness information.</p>
</div>
<div class="container" id="div4">
<p class="p1">@ 2021-2022 Fitness.com</p>
<p class="p1">
<a href="#">Back to top |</a>
<a href="#">Privacy |</a>
<a href="#">Terms</a>
</p>
</div>
</body>
</html>