mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
19 lines
397 B
HTML
19 lines
397 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">
|
||
|
<tr>
|
||
|
|
||
|
<td>
|
||
|
<a class='freesubtype'>Classic</a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|