mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-19 13:31:00 +00:00
12 lines
176 B
HTML
12 lines
176 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<script>
|
|
if (window.opener && window.opener.finishTest) {
|
|
window.opener.finishTest();
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|