workspace.html 510 B

12345678910111213
  1. <div id="passwordReset">
  2. <header style="width:100%;height:75px;background:rgb(0,27,45);">
  3. <img src="https://i.postimg.cc/dQky3vPX/logo.png" alt="Subline Logo" style="height:50px;padding:12px 12px;float:left;">
  4. <h3 style="color:rgb(255,99,107);font-size:30px;margin:15px 0 0 0;float:left;">THE SUBLINE</h3>
  5. </header>
  6. <h1 style="text-align:center;">Password Resest for ${data.name}</h1>
  7. <p>Follow the link below to go to reset your password.</p>
  8. <p>${data.link}</p>
  9. </div>