-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrates.html
56 lines (55 loc) · 1.99 KB
/
rates.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
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
<title>Therapete</title>
<link href="../style/therapete.css" media="screen" rel="Stylesheet" type="text/css" />
</head>
<body>
<table>
<tr>
<td>
<div id="content" class="rates">
<div class="logo">
<h1>
<span>Therapete</span>
</h1>
</div>
<div class="nav">
<ul>
<li><a href="/">Home</a></li>
<li>
<a href="/therapies">Therapies</a>
<ul>
<li><a href="/on-site-massage">On Site Massage</a></li>
<li><a href="/indian-head-massage">Indian Head Massage</a></li>
<li><a href="/deep-tissue-massage">Deep Tissue Massage</a></li>
<li><a href="/swedish-massage">Swedish Massage</a></li>
</ul>
</li>
<li><a href="/about-us">About Us</a></li>
<li class="selected"><a href="/rates">Rates</a></li>
<li><a href="/bookings">Bookings</a></li>
<li><a href="/contact-us">Contact Us</a></li>
</ul>
<a href="/about-us" class="back">Back</a>
<a href="/bookings" class="back">Next</a>
</div>
<div class="main">
<div class="copy">
<h2>Rates</h2>
<p>For rates and prices tailored to what you need please fill out the <a href="/bookings">bookings form</a> asking for a quote.</p>
<p>With on-site massage the payments can be covered by:<p>
<ul class="bullet-list">
<li>The company pay for the treatments</li>
<li>The company pay in part</li>
<li>Associates pay for each treatment</li>
</ul>
</div>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>