-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (46 loc) · 1.6 KB
/
index.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTY..PE html>
<html>
<head>
<meta charset="utf-8"/>
<title>WELCOME TO MY WEBSTIE</title>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-xs-1"></div>
<div class="col-xs-10">
<div class="row">
<div class="col-xs-12" id="head">
<div class="row">
<p class="para">welcome to my website</p>
</div>
</div>
<div class="col-xs-12 button">
<div class="col-xs-4">
<img src="IMAGES/perfumes.jpg">
<h3>Aromtheraphy means"Treatment using Scents"</h3>
<p>aromtheraphy is a holistic treatment of caring for the body with pleasant smelling</p>
</div>
<div class="col-xs-4">
<img src="IMAGES/stones.jpg">
<h3>Hot stone massage-A variation on classic massage Therapy</h3>
<p>heated smooth,flat stores are placed on key point on the body.the massage therapy</p>
</div>
<div class="col-xs-4">
<img src="IMAGES/massage.jpg" >
<h3>Massage-effect on both body and mind </h3>
<p>massage increase the circulation of blood and flow of lymph.
the direct mechinical effect of rhymically applied</p>
</div>
</div>
</div>
</div>
<div class="col-xs-1"></div>
</div>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>