mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
66 lines
652 B
HTML
66 lines
652 B
HTML
|
<html>
|
||
|
|
||
|
<head>
|
||
|
|
||
|
<style>
|
||
|
|
||
|
A.index:link {
|
||
|
|
||
|
color: #333366;
|
||
|
|
||
|
font-size: 11px;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
A.index:visited {
|
||
|
|
||
|
color: #333366;
|
||
|
|
||
|
font-size: 11px;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
A.index:active {
|
||
|
|
||
|
color: #333366;
|
||
|
|
||
|
font-size: 11px;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
A.index:hover {
|
||
|
|
||
|
color: #CC3300;
|
||
|
|
||
|
font-size: 11px;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.tighter { font-weight: bold; }
|
||
|
|
||
|
</style>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<title>bug22157</title>
|
||
|
<span style="background-color:yellow">
|
||
|
<a href="bug23529.html">
|
||
|
Next...</a></span><br><br>
|
||
|
|
||
|
<A HREF="/hi/english/business/default.stm" CLASS="index">Business</A><br>
|
||
|
|
||
|
<A HREF="/hi/english/entertainment/default.stm" CLASS="index"><SPAN CLASS="tighter">Entertainment</SPAN></A>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|