sdfdfs/admin.md

30 lines
587 B
Markdown
Raw Permalink Normal View History

2024-07-31 15:38:42 +00:00
text
<p>text</p>
<p color="red">text</p>
<p style="color:red;">text</p>
2024-07-31 15:38:56 +00:00
<p style="background:red;">text</p>
2024-07-31 15:45:44 +00:00
<p style="background-color:red;">text</p>
<table>
<tr>
<th style="background-color:red;">Header 1</th>
<th>Header 2</th>
<th>Header 3</th>
</tr>
<tr>
2024-07-31 15:46:33 +00:00
<td style="color:red;">Cell 1</td>
2024-07-31 15:45:44 +00:00
<td>Cell 2</td>
<td>Cell 3</td>
</tr>
<tr>
<td>Cell 4</td>
<td>Cell 5</td>
<td>Cell 6</td>
</tr>
<tr>
<td>Cell 7</td>
<td>Cell 8</td>
<td>Cell 9</td>
</tr>
</table>