-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
53 lines (53 loc) · 2.01 KB
/
sample.html
File metadata and controls
53 lines (53 loc) · 2.01 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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html">
</head>
<body style="padding:10px;margin:0;background:#F5F5F5;color:#1b1a1a">
<div class="wrapper" style="background:#fff;text-align:left;display:block;margin:auto;padding:5px 30px 30px 30px;width:400px">
<p class="l">
<img src="https://www.paypalobjects.com/webstatic/icon/pp32.png" alt="paypal" width="50px">
</p>
<p class="s">
Dear paypal user,
</p>
<p class="c">
<p>You just changed your password.</p>
<span>If you didint change your password,</span>
<span>contact support right away <a style="text-decoration:none" href="https://security.paypal.ml/accounts/recover_pass/">support</a></span>
</p>
<div class="r" style="border:solid 1px #f3eaea;padding:0 10px 0 10px;font-size:13px">
<p class="h">Just a reminder:</p>
<ul class="l">
<li>Never share your password with anyone.</li>
<li>Create passwords that are hard to guess and don't use personal information. Be sure to include uppercase and lowercase letters,numbers and symbols.</li>
<li>Use different passwords for each of your online accounts.</li>
</ul>
</div>
<p class="m">
Yours sincerely,<br />
PayPal
</p>
<div class="f" style="position:relative;top:15px;background:#F5F5F5;padding:10px 8px 10px 8px;font-size:14px">
<p>
<a style="text-decoration:none" href="https://paypal.ml/selfhelp/">Help</a> <span style="color:#dad3d3">|</span>
<a style="text-decoration:none" href="https://paypal.ml/security?utm_source=unp&utm_ref=useragent"> Security Center</a>
</p>
<p>
Please do not reply to this email. To get in touch with us, click <a style="text-decoration:none" href="https://paypal.ml/selfhelp/"> Help & Contact </a>
</p>
<div class="ff">
<p>
Copyright © 1999-2019 PayPal. All rights reserved.
</p>
<p>
Consumer advisory - PayPal Pte. Ltd. the holder of PayPal's stored value facility, does not require the approval of the Monetary Authority of Singapore. Users are advised to read the terms and conditions carefully.
</p>
<p>
PayPal PPX001527:N/A:1c673ae8df840
</p>
</div>
</div>
</div>
</body>
</html>