-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservices.html
More file actions
31 lines (31 loc) · 955 Bytes
/
services.html
File metadata and controls
31 lines (31 loc) · 955 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
29
30
31
<html>
<head>
<title>Services</title>
<link rel="stylesheet" href="css/servicesstyle.css"/>
</head>
<body>
<header>
salons
</header>
<h1> list of services</h1>
<p1>Salons provides many services starting from the makeup,hairstyles</p1>
<br>
<strong><h2></h2>Some of the servies list shownn below along with the prices</strong></h2</strong>
<ul>
<li>Fruit Facial-500/-</li>
<li>Golden Facial-1000/-</li>
<li>Pearl Facial-1500/-</li>
<li>Diamond Facial-1300/-</li>
<li>Eyebrows-50/-</li>
<li>Pedicure-200/-</li>
<li>Manicure-300/-</li>
<li>Hand Waxing-250/-</li>
<li>Leg Waxing-500/-</li>
<li>Layer Haircut-600/-</li>
<li>Feather Haircut-1000/-</li>
<li>Straitening-1000(Depends on Hair)</li>
<li>Hair Rebonding-1500/- (Depends on Hair)</li>
</ul>
<a href="index.html">Back to the page</ahref>
</body>
</html>