31 lines
996 B
HTML
31 lines
996 B
HTML
<html lang="en" style="background-color: grey; width: 100%;">
|
|
<head>
|
|
<title>OwlBoard - Register</title>
|
|
<style>
|
|
html {
|
|
background-color: #2b343c;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table style="width: 100%; text-align: center; color: white">
|
|
<tr>
|
|
<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> |