Files
C_C++
Haskell
Java
LaTeX
Misc.
Python
Vim
Webdev
cgi
blumba.html
bootrap.html
brython_hw.html
dropdown.html
fddl.js
initials_test.html
nameless_scoll.html
python.html
spring.html
table_abusing.html
test.html
git
.gitignore
Makefile
tests/Webdev/table_abusing.html
2024-03-10 16:02:52 +01:00

23 lines
304 B
HTML

<!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>