-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (68 loc) · 2.64 KB
/
Copy pathindex.html
File metadata and controls
71 lines (68 loc) · 2.64 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!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 Gym</title>
<link rel="stylesheet" href="css/style.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&family=Merriweather&family=Montserrat&family=Sacramento&display=swap');
</style>
</head>
<body>
<header class="header">
<div class="left">
<img src="img/db3.jpg" alt="dumblebell"> <br>
<div>
Fitness Gym
</div>
</div>
<div class="mid">
<ul class="navbar">
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<!-- <li><a href="#">Fitness Calculator</a></li> -->
<li><a href="#">Contact list</a></li>
</ul>
</div>
<div class="right">
<div class="form">
<form id="search" action="" method="post">
<input class="butn" type="text" name="search" placeholder="what are you looking for...">
<button type="button" value="search" class="butn">search</button>
</form>
</div>
</div>
</header>
<div class="container">
<h1><span> The best gym of Hamirpur now</span></h1>
<form action="mailtorajrishabh135@gmail.com">
<div class="form-group">
<input type="text" placeholder="Enter your Name">
</div>
<div class="form-group">
<input type="text" placeholder="Enter your Age">
</div>
<div class="form-group">
<input action="select" id="select" type="text" placeholder="Enter your Gender">
<!-- <select name="" id="option">
<option value="">select</option>
<option value="male">male</option>
<option value="female">female</option>
</select> -->
</div>
<div class="form-group">
<input type="text" placeholder="Enter your Locality">
</div>
<div class="form-group">
<input type="email" placeholder="Enter your Email id">
</div>
<button class="butn" id="submit">Submit</button>
</form>
</div>
<!-- <div class="bottom-container">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nihil, nemo!
</div> -->
</body>
</html>