Skip to content

Instantly share code, notes, and snippets.

@eravse
Last active March 8, 2018 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eravse/4f869558d40b27c68ec61627821eb08c to your computer and use it in GitHub Desktop.
Save eravse/4f869558d40b27c68ec61627821eb08c to your computer and use it in GitHub Desktop.
LogPusher Html Tag For Message
<h2>TITLE</h2>
MESSAGE
<br>
<hr/>
<h2>DETAIL</h2>
<table>
<tbody>
<tr>
<th>COL 1</th>
<th>COL 2</th>
</tr>
<tr>
<td>COL 1</td>
<td>COL 2</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment