mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Merge pull request #626 from victmo/development
Added window.close() to index.html
This commit is contained in:
commit
4f5fcc2a37
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
|
<script>window.close();</script>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue