Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Email Notifications</title>
  7. </head>
  8. <body>
  9. <h1>Email Notifications</h1>
  10.  
  11. <p>
  12. You will be notified in the following cases:
  13. </p>
  14.  
  15. <ul>
  16. <li>Invoice Generation</li>
  17. <li>Payment Received</li>
  18. </ul>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement