mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
6 lines
91 B
HTML
6 lines
91 B
HTML
<html>
|
|
<script>
|
|
window.setTimeout(function() { window.close(); }, 3000);
|
|
</script>
|
|
</html>
|