aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpacien2023-10-26 20:40:25 +0200
committerpacien2023-10-26 20:40:25 +0200
commit1f4724edbaaddccf46aa3157abb0fa9fb71eece2 (patch)
treea8befbd0a905a4615247827c698af19d082af38a /index.html
parentd166db41aa424e276fe4d9ac2b3274426296e06d (diff)
downloadbeamer-viewer-1f4724edbaaddccf46aa3157abb0fa9fb71eece2.tar.gz
init: simplify loading file path from hash
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2f261ff..3df5997 100644
--- a/index.html
+++ b/index.html
@@ -73,7 +73,7 @@
73 <p> 73 <p>
74 Select a PDF file to open, 74 Select a PDF file to open,
75 or try with 75 or try with
76 <a href="#file=sample/demo.pdf" onclick="load('sample/demo.pdf')">demo slides</a>. 76 <a href="#file=sample/demo.pdf">demo slides</a>.
77 </p> 77 </p>
78 78
79 <input id="fileInput" type="file" multiple="false" accept="application/pdf" disabled /> 79 <input id="fileInput" type="file" multiple="false" accept="application/pdf" disabled />