mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
262 B
HTML
17 lines
262 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type='text/css'>
|
||
|
a { color: black; }
|
||
|
a:target { color: red; }
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body onload='(opener || parent).popupLoaded()'>
|
||
|
|
||
|
<a id='a' href='#a'>link</a>
|
||
|
<a id='b' href='#b'>link2</a>
|
||
|
|
||
|
</body>
|
||
|
</html>
|