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