mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
8 lines
86 B
HTML
8 lines
86 B
HTML
|
<html>
|
||
|
<script>
|
||
|
setTimeout("window.close();", 1000);
|
||
|
</script>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|