diff options
author | pacien | 2023-10-23 18:03:15 +0200 |
---|---|---|
committer | pacien | 2023-10-23 18:03:15 +0200 |
commit | c4e436149154762b0a74600d77e37c94545e58fb (patch) | |
tree | 39d6830d13394bf2ecd3bf4becb1c986155cdefb /index.html | |
parent | e1bb827fa33a8028ee0266bb8642e199d8626b3b (diff) | |
download | beamer-viewer-c4e436149154762b0a74600d77e37c94545e58fb.tar.gz |
app: restrict file choice to PDF
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||