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