-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
32 lines (31 loc) · 859 Bytes
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/contact.css">
</head>
<body>
<div class="details">
<div class="first">
<h3>New to Freeman's Fitness</h3>
<h6>Your membership for 1 month is FREE (Rs 45.50 later)</h6>
<p>Feel Free to Register and join this family</p>
<a href="register.html"><button> Become a member today</button></a>
</div>
<div class="second">
<h3>Working hours</h3>
<br>
<h5>Sunday: Closed</h5>
<h5>Monday-Friday</h5>
<p>6:30 AM - 10:30 PM</p>
<h3>Happy Hours</h3>
<br>
<h5>Monday-Friday</h5>
<p>11:00 AM - 5:00 PM</p>
</div>
</div>
</body>
</html>