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
23 lines
304 B
HTML
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>
|
|
|