backend/mail-templates/register.html

31 lines
996 B
HTML
Raw Normal View History

<html lang="en" style="background-color: grey; width: 100%;">
<head>
<title>OwlBoard - Register</title>
2023-04-04 11:45:32 +01:00
<style>
html {
background-color: #2b343c;
}
</style>
</head>
<body>
2023-04-04 11:45:32 +01:00
<table style="width: 100%; text-align: center; color: white">
<tr>
2023-04-04 11:45:32 +01:00
<td>
<img src="https://owlboard.info/images/logo/wide_logo.svg" style="height: 100px">
</td>
</tr>
<tr>
<td>
<h1 style="color: #00b7b7">Register for OwlBoard</h1>
<p>Use the link below to register for OwlBoard (Staff Version)</p>
<a href="" style="color: white;">Register</a>
<br>
<p>The registration will apply only to the device you click this link on,
you can use the same email address to register on other devices but you will
need a separate registration link.
</p>
</td>
</tr>
</table>
</body>
</html>