diff options
author | pacien | 2023-10-23 22:57:57 +0200 |
---|---|---|
committer | pacien | 2023-10-23 22:57:57 +0200 |
commit | 2f09cf070f9d20810c268ef57340de5f0c4318b4 (patch) | |
tree | e64523f9170b37f1f7505610c3b54181a66e2eed /index.html | |
parent | f1351788ee5d3be634462fea24e6057f9c74e428 (diff) | |
download | beamer-viewer-2f09cf070f9d20810c268ef57340de5f0c4318b4.tar.gz |
startscreen: move demo link
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -65,8 +65,9 @@ | |||
65 | 65 | ||
66 | <div id="fileSelect"> | 66 | <div id="fileSelect"> |
67 | <p> | 67 | <p> |
68 | Please select a PDF file to load. | 68 | Select a PDF file to load, |
69 | Slides will be opened in a new window. | 69 | or try with |
70 | <a href="#file=sample/demo.pdf" onclick="load('sample/demo.pdf')">demo slides</a>. | ||
70 | </p> | 71 | </p> |
71 | 72 | ||
72 | <input id="fileInput" type="file" multiple="false" accept="application/pdf" /> | 73 | <input id="fileInput" type="file" multiple="false" accept="application/pdf" /> |
@@ -81,7 +82,6 @@ | |||
81 | <li><a href="https://pacien.org">© 2021 Pacien</a></li> | 82 | <li><a href="https://pacien.org">© 2021 Pacien</a></li> |
82 | <li><a href="https://cgit.pacien.net/beamer-viewer/about/">Source repository</a></li> | 83 | <li><a href="https://cgit.pacien.net/beamer-viewer/about/">Source repository</a></li> |
83 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> | 84 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> |
84 | <li><a href="#file=sample/demo.pdf" onclick="load('sample/demo.pdf')">Demo</a></li> | ||
85 | </ul> | 85 | </ul> |
86 | </div> | 86 | </div> |
87 | </div> | 87 | </div> |