workspace.html 588 B

123456789101112131415
  1. <div id="welcomeEmail">
  2. <header style="width:100%;height:75px;background:rgb(0,27,45);text-align:center;display:inline;">
  3. <img src="./views/shared/images/logo.png" alt="Subline Logo" style="height:75%">
  4. <h3 style="color:rgb(255,99,107)">THE SUBLINE</h3>
  5. </header>
  6. <h1>Welcome to The Subline ${data.name}!</h1>
  7. <p>We are glad to have you aboard and look forward to helping your business improve efficiency and cut costs.</p>
  8. <p>Please click the link below to verify your email address.</p>
  9. <a href="${data.link}">VERIFY EMAIL</a>
  10. </div>