-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCLUB_AUDIOPHILE_REWARDS.html
More file actions
57 lines (56 loc) · 1.58 KB
/
CLUB_AUDIOPHILE_REWARDS.html
File metadata and controls
57 lines (56 loc) · 1.58 KB
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
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
href="http://www.google.com/s2/favicons?domain=https://www.headphonezone.in/"
/>
<title>HeadphoneZone</title>
<link rel="stylesheet" href="rewards.css">
</head>
<body>
<h1 id="hname"></h1>
<div id="Container">
<div id="left">
<a href="MY_PROFILE.html">
<p>MY PROFILE</p>
</a>
<a href="MY_ORDERS.html">
<p>MY ORDERS</p>
</a>
<a class="active" href="CLUB_AUDIOPHILE_REWARDS.html">
<p>CLUB AUDIOPHILE REWARDS</p>
</a>
<a href="CONTACT_US.html">
<p>CONTACT US</p>
</a>
<a href="DELIVERY_ADDRESS.html">
<p>DELIVERY ADDRESS</p>
</a>
<a href="RECENTLY_VIEWED_PRODUCTS.html">
<p>RECENTLY VIEWED PRODUCTS</p>
</a>
<a href="CHANGE PASSWORD.html">
<p>CHANGE PASSWORD</p>
</a>
</div>
<div id="right">
<div>
<img
src="https://cdn.shopify.com/s/files/1/0153/8863/files/Club-Audiophile_1500x.progressive.jpg?v=1612442415"
alt=""
/>
<h1>Club Audiophile</h1>
<h2>
BEGIN YOUR PURSUIT OF GREAT SOUND WITH CLUB AUDIOPHILE. EARN POINTS
AND SAVE ON EVERY PURCHASE.
</h2>
</div>
</div>
</div>
</body>
</html>
<script src="rewards.js"></script>