Merge pull request #626 from victmo/development

Added window.close() to index.html
This commit is contained in:
Dan Schaper 2016-08-22 16:43:49 -07:00 committed by GitHub
commit 4f5fcc2a37

View file

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