Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions gym.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!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>JUNEJA FITNESS</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@600&family=Fredoka+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Kalam&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<div class="logo">
<img src="logo.jpg" alt="problem in loading" width="100px"height="70px">
<div>JUNEJA FITNESS</div>
</div>
<div class="navbar">
<ul class="nav">
<li> <a href="">Home</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Fitness Calculator</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</div>
<div class="button">
<button class="btn">CLASS US NOW</button>
<button class="btn">EMAIL US</button>

</div>
</header>
<div class="container">
<h1>JOIN BEST GYM OF GUNA </h1>
<form action="noaction.php">
<div class="formgroup">
<input type="text" name="" placeholder="enter your name">
</div>
<div class="formgroup">
<input type="text" name="" placeholder="enter your age">
</div>
<div class="formgroup">
<input type="text" name="" placeholder="enter your gender">
</div>
<div class="formgroup">
<input type="text" name="" placeholder="enter your locality">
</div>
<div class="formgroup">
<input type="text" name="" placeholder="enter your Contact Number">
</div>
<button class="btn">submit</button>

</form>
</div>
</body>
</html>