Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

<!

DOCTYPE html>
<html lang='en'>
<head><title>Otp</title>
<meta charset='utf-8'> <!-- utf-8 works for most cases -->
<meta name='viewport' content='width=device-width'> <!-- Forcing initial-scale
shouldn't be necessary -->
<meta http-equiv='X-UA-Compatible' content='IE=edge'> <!-- Use the latest (edge)
version of IE rendering engine -->
<meta name='x-apple-disable-message-reformatting'> <!-- Disable auto-scale in iOS
10 Mail entirely -->
<meta name='color-scheme' content='light'>
<meta name='supported-color-schemes' content='light'>
<link rel='preconnect' href='https://fonts.gstatic.com'>
<link href='https://fonts.googleapis.com/css2?
family=Montserrat:ital,wght@0,400;0,500;0,600;1,900&display=swap' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?
family=Playfair+Display:400,400i,700,700i' rel='stylesheet'>
<script
src='https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.7.6/handlebars.min.js'
defer></script>
<style>@font-face {
font-family: Montserrat;
src: url(https://fonts.googleapis.com/css2?
family=Montserrat:wght@600&display=swap);
}</style>
</head>
<body width='100%'
style='mso-line-height-rule: exactly; font-weight: 400;font-size: 15px;line-
height: 1.8;color: rgba(0,0,0,.4); margin: 0 auto !important;padding: 0 !
important;height: 100% !important;width: 100% !important;background: #f1f1f1;font-
family: Montserrat, Arial, sans-serif !important;'>
<center style='width: 100%; background-color: rgba(150, 150, 150, 0.05);'>
<table style='width: 600px; background-color: #fff; table-layout: fixed !
important; ' cellspacing='0' cellpadding='0' border='0'>
<tr>
<td>
<table align='center' cellspacing='0' cellpadding='0' border='0'
style='width: 600px !important; table-layout: fixed !important;'>
<tr>
<td>
<table cellspacing='0' cellpadding='0' border='0' ; style='width:
100%; margin: 0 auto'>
<tr>
<td style='background-color: #041A39; height: 10px; width:
100%'></td>
</tr>
<tr>
<td style='width: 100%'>
<div style='margin: 60px auto 0; text-align: center;'><img
src='https://forms.stg.mortgagethoughts.co.uk/static/media/padlockOk.png'
alt='house image' width='180'

height='180'></div>
</td>
</tr>
<tr>
<td><p
style='font-size: 18px; font-weight: bold; color: #041A39;
text-align: center; width: 90%; margin: 30px auto 0; font-family: Montserrat,
Arial, sans-serif !important;'>
Hello {{forename}} {{surname}}, </p></td>
</tr>
<tr>
<td><p
style='font-size: 18px; font-weight: bold; color: #041A39;
text-align: center; width: 90%; margin: 0 auto 15px; font-family: Montserrat,
Arial, sans-serif !important;'>
Your secure Lending Score verification code is:</p></td>
</tr>
<tr>
<td><p
style='font-size: 18px; font-weight: bold; color: #041A39;
text-align: center; margin: 15px auto 15px; font-family: Montserrat, Arial, sans-
serif !important; background-color: #F5F9FC; width: 40%;padding: 10px'>
{{otp}} </p></td>
</tr>
<tr>
<td><p
style='font-size: 14px; font-weight: 500; color: #041A39;
text-align: center; width: 90%; margin: 15px auto 15px; font-family: Montserrat,
Arial, sans-serif !important;'>
Please enter this code to access your Lending Score account.
For security reasons, do not use this code outside of Lending Score. Never share
this
code.</p></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table style='width: 85%; margin: 0 auto; padding-bottom: 30px !
important; table-layout: fixed !important; padding-top: 50px !important'
cellpadding='0'
cellspacing='0' border='0'>
<tr>
<td style='width: 100%'>
<div style='background-color: rgba(179, 179, 179, 0.4); height:
2px; width: 100%; margin: auto;'></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><p style='font-size: 12px; text-align: center; width: 90%; margin:
35px auto 0; font-family: Montserrat, Arial, sans-serif !important;padding-bottom:
80px'>Lending Score Limited. Registered office 15 Queen Square, Leeds, LS2 8AJ.
Company number 11633476.</p></td>
</tr>
<tr>
<td style='background-color: #041A39; height: 10px; width: 100%'></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>

You might also like