mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|