-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook-online.html
33 lines (33 loc) · 1.11 KB
/
book-online.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/style.css"/>
<title>Our Services</title>
</head>
<body>
<div class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="book-online.html" class="active">Book Online</a></li>
</ul>
</div>
<div class="bookBody">
<h1>Our Services</h1>
<div class="bookContent">
<div class="left-side"><img src="images/image_5.jpg"/></div>
<div class="right-side">
<div class="content">
<h2>Let's Meet</h2>
<span>1 hr | Free</span><br/>
<button>Book Now</button>
</div>
</div>
</div>
</div>
<div class="contactFooter">
<div class="copyrights"><p>© Copy Rights for Mohmmed Raafat</p></div>
</div>
</body>
</html>