mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
5 lines
91 B
HTML
5 lines
91 B
HTML
<html>
|
|
<script>
|
|
window.setTimeout(function() { window.close(); }, 3000);
|
|
</script>
|
|
</html>
|