Guest User

Untitled

a guest
Jul 4th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.55 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4.  
  5.     <title>ACME Email</title>
  6.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1">
  8.  
  9. <body>
  10.  
  11.     <a target="_blank" href="http://www.acme.com/activate/<?php echo $registration_id.'/'.$activation_code ?>/" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: #006460;font-weight: normal;text-decoration: underline;">http://www.acme.com/activate/<?php echo $registration_id.'/'.$activation_code ?>/</a>
  12.     <br>
  13.  
  14.     <br>
  15.  
  16.     <br>
  17.     <span style="color: #505050;font-family: Helvetica;font-size: 14px;line-height: 150%;">If you notice any errors in your details, please <a target="_blank" href="<?php echo base_url() ?>change/" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: #006460;font-weight: normal;text-decoration: underline;">login</a> to  to change them AFTER you have clicked on the completion link.</span>
  18.     <br>
  19.     <br>
  20.     <em style="color: #505050;font-family: Helvetica;font-size: 14px;line-height: 150%;">NB: If your email setup does not allow you to click the activation link then you will need to copy and paste the complete link into your web browser.</em>
  21.     <br>
  22.     <br>
  23.     <span style="color: #505050;font-family: Helvetica;font-size: 14px;line-height: 150%;">Regards,</span>
  24.     <br>
  25.     <span style="color: #505050;font-family: Helvetica;font-size: 14px;line-height: 150%;">ACME  LTD Team</span>
  26.  
  27.  
  28.  
  29.     </body>
  30. </html>
Add Comment
Please, Sign In to add comment