Added window.close() to index.html

Adding window.close() will automatically close any pop-ups that might get loaded with a blocked ad.
This commit is contained in:
Victor Marquez
2016-08-19 20:45:17 -04:00
committed by GitHub
parent 6f0b659b38
commit 0121136498

View File

@@ -1,4 +1,7 @@
<html> <html>
<head>
<script>window.close();</script>
</head>
<body> <body>
</body> </body>
</html> </html>