-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstores.php
36 lines (26 loc) · 1.23 KB
/
stores.php
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
<?php
include "db.php";
?>
<!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" lang="zh-CN" xml:lang="zh-CN">
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<meta name="description" content="" />
<meta name="keywords" content="price protect,price alert,360buy.com,money-saving,email notification" />
<title>pphelper - Save money with price alerts!</title>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
</head>
<body>
<?php include('includes/header.php'); ?>
<div id="ppnotes">
<h2>Save money with price alerts!</h2>
<p>Use pphelper(Price Protect Helper) to track prices of things you're thinking about buying, and save money even after you buy.</p>
<p>There are lots of stores out there that offer price protection policies -- when the price drops on an item you've purchased, they'll refund you the difference. But there's a catch... it's up to you to watch prices.</p>
<p>pphelper makes it simple to watch prices, keep track of your purchases, and get rebates off price drops. </p>
</p>
</div>
<div id="ppstores">
</div>
<?php include('includes/footer.php'); ?>
</body>
</html>