Remove remaining inline style from mail tpl

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-05-02 22:53:39 +01:00
parent f40cb103f8
commit c2d4e64230
1 changed files with 25 additions and 25 deletions

View File

@ -1,4 +1,4 @@
<html lang="en" style="background-color:grey;width:100%;"> <html lang="en">
<head> <head>
<title>OwlBoard - Register</title> <title>OwlBoard - Register</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
@ -7,6 +7,7 @@
background-color:#404c55; background-color:#404c55;
background-image:radial-gradient(#2b343c,#404c55); background-image:radial-gradient(#2b343c,#404c55);
text-align: center; text-align: center;
width: 100%;
} }
a { a {
color:white; color:white;
@ -39,30 +40,29 @@
<body> <body>
<br><br> <br><br>
<table> <table>
<tr> <tr>
<td> <td>
<img src="https://owlboard.info/images/logo/wide_logo.svg" id="title"> <img src="https://owlboard.info/images/logo/wide_logo.svg" id="title">
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<h1>Register for OwlBoard</h1> <h1>Register for OwlBoard</h1>
<br> <br>
<p>Use the link below to register for OwlBoard (Staff Version)</p> <p>Use the link below to register for OwlBoard (Staff Version)</p>
<br> <br>
<a href="https://owlboard.info/auth.html?key=>>ACCESSCODE<<" id="button">Register</a> <a href="https://owlboard.info/auth.html?key=>>ACCESSCODE<<" id="button">Register</a>
<br><br><br> <br><br><br>
<p>Alternatively copy and paste the link:<br>"https://owlboard.info/auth.html?key=>>ACCESSCODE<<</p> <p>Alternatively copy and paste the link:<br>https://owlboard.info/auth.html?key=>>ACCESSCODE<<</p>
<p>This registration is for one device only, you can register again using the <p>This registration is for one device only, you can register again using the
same email address for other devices and access OwlBoard from both. same email address for other devices and access OwlBoard from elsewhere.
</p> </p>
<p>If you did not request to sign up to OwlBoard (Staff Version), you can <p>If you did not request to sign up to OwlBoard (Staff Version), you can
safely ignore this email. Your email address has not been stored by us safely ignore this email. Your email address has not been stored by us.
will not be required again unless you wish to register again. </p>
</p> <p>The registration link will expire after 30 minutes.</p>
<p>The registration link will expire after 30 minutes.</p> </td>
</td> </tr>
</tr>
</table> </table>
<br> <br>
</body> </body>