mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
6 lines
74 B
HTML
6 lines
74 B
HTML
<script>
|
|
window.onload = function() {
|
|
window.close();
|
|
}
|
|
</script>
|