mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
13 lines
165 B
HTML
13 lines
165 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.test::after {
|
|
content:"::after content";
|
|
}
|
|
</style>
|
|
<table>
|
|
<tr>
|
|
<td class="test">
|
|
Cell contents
|
|
</td>
|
|
</tr>
|
|
</table>
|