5 lines
No EOL
104 B
HTML
5 lines
No EOL
104 B
HTML
<!DOCTYPE html>
|
|
<title>This window will close when it loads</title>
|
|
<script>
|
|
window.close();
|
|
</script> |