-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (60 loc) · 2.04 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
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
53
54
55
56
57
58
59
60
61
<!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>website2</title>
<link rel="stylesheet" href="web.css">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Paytone+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="navbar">
<ul>
<img src="./image/logo.png" alt="logo">
<li><a href="/">home</a></li>
<li><a href="/about">about</a></li>
<li><a href="/location">location</a></li>
<li><a href="/contact">contact</a></li>
<input type="text" placeholder="search">
</ul>
</div>
<div class="container">
<div class="hd">
<div class="club">FITNESS<br>CLUB</div>
<p>THE MOST PREMIUM GYM OF DELHI</p>
</div>
<img src="./image/run.jpg" alt="">
</div>
<div class="imagesec">
<div class="imgsec">
<img src="./image/train.jpg" alt="" class="img2">
<p>EXPERT GYM TRAINERS</p>
</div>
<div class="imgsec">
<img src="./image/eqpment.jpg" class="img2" alt="">
<p>IMPORTED EQUIPMENTS</p>
</div>
<div class="imgsec">
<img src="./image/open.jpg" class="img2" alt="">
<p>7 DAYS OPEN</p>
</div>
</div>
<section class="secjp">
<div class="join">
<div class="para">
<p>FILL THE FORM</p>
<p>TO JOIN THE</p>
<p>FREE DEMO CLASS</p>
<a href="/form" class="formbtn" target="_blank" >FORM</a>
</div>
</div>
<div class="pic">
<img src="./image/muscles.jpg" alt="">
</div>
</section>
<footer>FITNESS CLUB | ALL RIGHTS RESERVED | 2023 COPYRIGHT ©</footer>
<span>
</span>
</body>
</html>