| 20424 |
kshitij.so |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>Hotspot Store | Latest Offers</title>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
6 |
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
|
|
|
7 |
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
|
|
|
8 |
#include ( "templates/commoncssfiles.vm" )
|
| 20568 |
kshitij.so |
9 |
#include ("templates/commonjsfiles.vm" )
|
| 20424 |
kshitij.so |
10 |
</head>
|
|
|
11 |
<body>
|
|
|
12 |
#include("templates/header.vm")
|
|
|
13 |
|
|
|
14 |
<!--Offers Starts Here-->
|
|
|
15 |
|
| 20573 |
kshitij.so |
16 |
<div class="offerPage_container">
|
| 20424 |
kshitij.so |
17 |
|
| 20573 |
kshitij.so |
18 |
|
| 20424 |
kshitij.so |
19 |
<h3 class="offerPage_AlltimeOffers">Offers available at all times.</h3>
|
|
|
20 |
<div class="offerPage_AlltimesLeft">
|
|
|
21 |
<h2 class="offerPage_alltimesHeadline01">Exchange Offers</h2>
|
| 20427 |
kshitij.so |
22 |
<img src="/images/_exchange_offer.png" class="offerPage_alltimes_marginBottomg10"/>
|
| 20424 |
kshitij.so |
23 |
<p class="offerPage_offercontentLeft">
|
|
|
24 |
Give your Old Phone & <br />
|
|
|
25 |
Take home a New one.</p>
|
|
|
26 |
<p class="offerPage_offerContentBig">Get Best Prices.</p>
|
|
|
27 |
</div>
|
|
|
28 |
<div class="offerPage_AlltimesMiddle">
|
|
|
29 |
<h2 class="offerPage_alltimesheadlines02">Protection Plan</h2>
|
| 20427 |
kshitij.so |
30 |
<img src="/images/_protection_plan.png" />
|
| 20424 |
kshitij.so |
31 |
<p class="offerPage_offercontentMiddle">
|
|
|
32 |
Insure your Phone against <br />
|
|
|
33 |
Theft & Damage!</p>
|
|
|
34 |
</div>
|
|
|
35 |
<div class="offerPage_AlltimeRight">
|
|
|
36 |
<h2 class="offerPage_alltimesheadlines03">Finance Offers</h2>
|
| 20427 |
kshitij.so |
37 |
<img src="/images/_zero_cost_emi.png" class="offerPage_alltimes_marginBottomg10" />
|
| 20424 |
kshitij.so |
38 |
<p class="offerPage_offercontentMiddle">
|
|
|
39 |
Credit Card EMI Offers!</p>
|
|
|
40 |
</div>
|
|
|
41 |
|
|
|
42 |
</div>
|
|
|
43 |
|
|
|
44 |
<!--Offers Starts Ends Here-->
|
|
|
45 |
#include("templates/footer.vm")
|
|
|
46 |
|
|
|
47 |
</body>
|
|
|
48 |
</html>
|