mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-08-30 11:22:17 -04:00
2095e6ffe3
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
15 lines
199 B
HTML
15 lines
199 B
HTML
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>key</th>
|
|
<th>value</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>My Key</td>
|
|
<td>My Value</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|