-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 840 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 840 Bytes
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
<html>
<head>
<title>INSTRUMENT RENTALS</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="logo.png" class="logo">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Place</a></li>
<li><a href="#">Stalls</a></li>
<li><a href="#">Timings</a></li>
<li><a href="#">About</a></li>
</ul>
</div>
<div class="content">
<h1>INSTRUMENTS RENTALS</h1>
<P>Book your Instruments </P>
<div>
<button type="button"><span></span>BOOKING</button>
<button type="button"><span></span>PURCHASE</button>
</div>
</div>
</div>
</body>
</html>