Last active
February 22, 2018 04:12
-
-
Save nhalstead/db1c57a52776aec34d4a09b4cef8dbd8 to your computer and use it in GitHub Desktop.
Message Post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head><style>* { font-family:Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }</style></head> | |
<body> | |
<table cellpadding="0" cellspacing="0" style="padding-top:32px;background-color:#ffffff;"> | |
<tbody> | |
<tr> | |
<td style="max-width:560px;padding:24px 24px 32px;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:2px"> | |
<img style="padding:0 24px 16px 0;float:left" width=72 height=72 alt="Error Icon" src="https://png.icons8.com/color/80/000000/chat.png"> | |
<table style="min-width:272px;padding-top:8px"> | |
<tbody> | |
<tr><td> | |
<h2 style="font-size:20px;color:#212121;font-weight:bold;margin:0"> | |
Message Board | |
</h2> | |
</td></tr> | |
<tr><td style="padding-top:20px;color:#757575;font-size:16px;font-weight:normal;text-align:left"> | |
Where you will find all of the Messages from your Servers!<br> Here, Their, Everywhere! | |
</td></tr> | |
</tbody> | |
</table> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment