mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-04 16:15:25 +00: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>
|