Theme Inspinia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

action.html 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta name="viewport" content="width=device-width" />
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <title>Actionable emails e.g. reset password</title>
  7. <link href="styles.css" media="all" rel="stylesheet" type="text/css" />
  8. </head>
  9. <body>
  10. <table class="body-wrap">
  11. <tr>
  12. <td></td>
  13. <td class="container" width="600">
  14. <div class="content">
  15. <table class="main" width="100%" cellpadding="0" cellspacing="0">
  16. <tr>
  17. <td class="content-wrap">
  18. <table cellpadding="0" cellspacing="0">
  19. <tr>
  20. <td>
  21. <img class="img-responsive" src="img/header.jpg"/>
  22. </td>
  23. </tr>
  24. <tr>
  25. <td class="content-block">
  26. <h3>Welcom in basic email template</h3>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td class="content-block">
  31. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries.
  32. </td>
  33. </tr>
  34. <tr>
  35. <td class="content-block">
  36. We may need to send you critical information about our service and it is important that we have an accurate email address.
  37. </td>
  38. </tr>
  39. <tr>
  40. <td class="content-block aligncenter">
  41. <a href="#" class="btn-primary">Confirm email address</a>
  42. </td>
  43. </tr>
  44. </table>
  45. </td>
  46. </tr>
  47. </table>
  48. <div class="footer">
  49. <table width="100%">
  50. <tr>
  51. <td class="aligncenter content-block">Follow <a href="#">@Company</a> on Twitter.</td>
  52. </tr>
  53. </table>
  54. </div></div>
  55. </td>
  56. <td></td>
  57. </tr>
  58. </table>
  59. </body>
  60. </html>