mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
16 lines
410 B
HTML
16 lines
410 B
HTML
|
<html><head><title>bug 175455</title>
|
||
|
|
||
|
<style>
|
||
|
a.freesubtype {display: block; width: 100%; padding-left: 16px;}
|
||
|
a.freesubtype:hover {font-weight: bold;}
|
||
|
</style></head>
|
||
|
<body>
|
||
|
<table border="1">
|
||
|
<tbody><tr>
|
||
|
<td><i>
|
||
|
<a class="freesubtype">Classic</a></i>
|
||
|
</td>
|
||
|
|
||
|
</tr>
|
||
|
</tbody></table>
|
||
|
</body></html>
|