Advertisement
Guest User

successfully unsubscribed

a guest
Feb 27th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- Latest compiled and minified CSS -->
  8. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  9. <style type="text/css">
  10. /* Space out content a bit */
  11. body {
  12. padding-top: 20px;
  13. padding-bottom: 20px;
  14. }
  15.  
  16. /* Custom page header */
  17. .header {
  18. border-bottom: 1px solid #e5e5e5;
  19. margin-bottom: 10px;
  20. }
  21.  
  22. .header h1 {
  23. margin: 10px 0;
  24. }
  25. /* Custom page footer */
  26. .footer {
  27. padding-top: 18px;
  28. border-top: 1px solid #e5e5e5;
  29. }
  30. </style>
  31. </head>
  32. <body>
  33. <div class="container">
  34. <div class="header">
  35. <img src="https://www.raffletix.com.au/assets/img/RaffleTix_LogoGreen.png?maxwidth=200&maxheight=50" />
  36. <h1>You have successfully unsubscribed.</h1>
  37. <footer class="footer">
  38. <p>
  39. © 2020 RaffleTix Holdings Pty Ltd, ABN: 24 623 531 340 — <a href="https://www.klaviyo.com" target="_blank">Privacy Policy</a>
  40. </p>
  41. </footer>
  42. </div>
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement