28 lines
787 B
HTML
28 lines
787 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">Testing OwlBoard</h1>
|
|
<p>This is a test message from OwlBoard (Testing version)</p>
|
|
<a href="" style="color: white;">Not a Link</a>
|
|
<br>
|
|
<p>There is nothing important here</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |