backend/src/mail-templates/register.html

24 lines
824 B
HTML
Raw Normal View History

<html lang="en" style="background-color: grey; width: 100%;">
<head>
<title>OwlBoard - Register</title>
</head>
<body>
<table width="100%">
<tr>
<td>
<img src="https://owlboard.info/images/logo/wide_logo.svg" style="height: 100px">
</td>
<td>
<h1>Register for OwlBoard</h1>
<p>Use the link below to register for OwlBoard (Staff Version)</p>
<a href="">Register</a>
<br>
<p>The registration will apply only to the device you click this link on,
you can use the same email to register on other devices but you will
need a separate registration link.
</p>
</td>
</tr>
</table>
</body>
</html>