aboutsummaryrefslogtreecommitdiff
path: root/popup.html
diff options
context:
space:
mode:
authorpacien2018-07-21 19:51:27 +0200
committerpacien2018-07-21 19:51:27 +0200
commitc76619549afc86fc8912451113347f9e7153c8d1 (patch)
tree614701c878f6bef7bea2f97d67cb85beba37cbc6 /popup.html
parent961bfe78d7f3ad7895c744580b94184980e45baa (diff)
downloadbeamer-viewer-c76619549afc86fc8912451113347f9e7153c8d1.tar.gz
Use self-closing page for popup check
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/popup.html b/popup.html
new file mode 100644
index 0000000..f08241b
--- /dev/null
+++ b/popup.html
@@ -0,0 +1,17 @@
1<!doctype html>
2
3<!--
4 popup.html
5 Part of Pointless Viewer, a Beamer presentation viewer
6 Copyright 2018 Pacien TRAN-GIRARD
7 License: GNU GPL v3
8-->
9
10<html>
11 <head>
12 <meta charset="utf-8">
13 </head>
14 <body>
15 <script>window.close();</script>
16 </body>
17</html>