-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
54 lines (31 loc) · 1.29 KB
/
Copy pathAssignment.html
File metadata and controls
54 lines (31 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<title> Body Temple </title>
<meta charset="UTF-8">
<meta name="author" content="Sukhpreet">
</head>
<body>
<main>
<header>
<h1> Welcome to our Fitness Center - Body Temple! </h1>
</header>
<p> Our Fitness Center will provide you all fitness tips to stay healthy and active, build strength and get proper diet plans from our Master trainers. </p>
<img src="gym.png" alt="Body Temple" width="600">
<h3> Try our 7 days free pass before joining! </h3>
<h6> Fitness Tip: Stay Hydrated </h6>
<main>
<a href="Gym.html">Gym Image</a>
<a href="https://www.hussle.com/blog/wp-content/uploads/2020/12/Gym-structure-1080x675.png"> Gym picture </a>
<nav>
<a href="Assignment.html">Home</a>
<a href="Gym.html"> Gym Picture</a>
<a href="Gym_Video.html"> Gym Video </a>
</nav>
<blockquote>
Regular exercise can help improve your strength and overall health.
</blockquote>
<iframe width="560" height="315" src="https://www.youtube.com/embed/jHQnb7RfI58?si=dMWYCxb05M_puXe9" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<footer> <p>All copyrights reserved @ 2026 </p></footer>
</body>
</html>