mirror of
https://github.com/servo/servo.git
synced 2025-07-10 00:43:39 +01:00
5 lines
74 B
HTML
5 lines
74 B
HTML
<script>
|
|
window.onload = function() {
|
|
window.close();
|
|
}
|
|
</script>
|