Added table_abusing.html

This commit is contained in:
anon 2024-03-10 15:57:36 +01:00
parent 927aae08fe
commit 851c7f4f21

22
table_abusing.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<body>
<table>
<thead>
<tr class="hr">
<th>Board</th>
<th>Threads</th>
<th>Posts</th>
</tr>
</thead>
<tbody>
<a href="aaaaaaaa">
<tr class="hr">
why?
</tr>
</a>
</tbody>
</table>
</body>
</html>