mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
261 B
HTML
15 lines
261 B
HTML
<html>
|
|
<head>
|
|
<title>redirecting...</title>
|
|
|
|
<script type="text/javascript" src="redirect.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
redirect("chrome://mochikit/content/harness-a11y.xul");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
redirecting...
|
|
</body>
|
|
</html>
|