close.html (104B)
1 <!DOCTYPE html> 2 <title>This window will close when it loads</title> 3 <script> 4 window.close(); 5 </script>