aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-10-23 18:03:15 +0200
committerpacien2023-10-23 18:03:15 +0200
commitc4e436149154762b0a74600d77e37c94545e58fb (patch)
tree39d6830d13394bf2ecd3bf4becb1c986155cdefb
parente1bb827fa33a8028ee0266bb8642e199d8626b3b (diff)
downloadbeamer-viewer-c4e436149154762b0a74600d77e37c94545e58fb.tar.gz
app: restrict file choice to PDF
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2053bbb..68239ff 100644
--- a/index.html
+++ b/index.html
@@ -69,7 +69,7 @@
69 Slides will be opened in a new window. 69 Slides will be opened in a new window.
70 </p> 70 </p>
71 71
72 <input id="fileInput" type="file" multiple="false" /> 72 <input id="fileInput" type="file" multiple="false" accept="application/pdf" />
73 </div> 73 </div>
74 </div> 74 </div>
75 75