-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathServices.html
49 lines (38 loc) · 1.41 KB
/
Services.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
<!DOCTYPE html>
<html>
<head>
<title>Services</title>
<link rel="stylesheet" type="text/css" href="servicescss.css">
</head>
<body>
<header>
<div class="main">
<ul>
<li><a href="main.html">Home</a>
<li><a href="Services.html">Services</a>
<li><a href="Gallery.html">Gallery</a>
<li><a href="About.html">About</a>
<li><a href="Contact.html">Contact</a>
</u>
</div>
<div class="title">
<h1>Service centers near you</h1>
</div>
<div class="content">
<h1>WARRANTY SERVICE, REPLACEMENT PARTS, INSTRUCTION SHEETS, SAFETY ALERTS, AND PRODUCT REGISTRATION<br>Visit Us Online :-https://www.service.mattel.com</h1>
</div>
<div class="a">
<h1>WHERE TO BUY INQUIRIES<br>
Having trouble finding an item?<br>
Use the search box at the top of this page to locate the product you are looking for. Once you find it, click on it to see where it can be purchased.
If you still have questions, please contact us:</h1>
</div>
<div class="b">
<h1>Return policy<br>
If you are not happy with your purchase, we will accept a return of a unused product within 14 days.
Once we receive the returned item Amzon World will then give a full refund (excluding shipping as we are unable to refund the initial shipping cost of your order).
Please allow 1-2 weeks for your return to be processed.</h1>
</div>
</header>
</body>
</html>