diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 54 |
1 files changed, 36 insertions, 18 deletions
@@ -18,25 +18,43 @@ | |||
18 | <canvas id="screen" class="centered"></canvas> | 18 | <canvas id="screen" class="centered"></canvas> |
19 | 19 | ||
20 | <div id="welcomeScreen" class="centered"> | 20 | <div id="welcomeScreen" class="centered"> |
21 | <h1>Pointless Viewer</h1> | 21 | <header> |
22 | 22 | <h1>Pointless Viewer</h1> | |
23 | <p>This viewer accepts double-width PDF presentations of the following shape:</p> | 23 | <span id="offlineCapable">(available offline)</span> |
24 | <table> | 24 | </header> |
25 | <tr> | 25 | |
26 | <td>SLIDES</td> | 26 | <div> |
27 | <td>NOTES</td> | 27 | <p>This viewer accepts double-width PDF presentations of the following shape:</p> |
28 | </tr> | 28 | <table> |
29 | </table> | 29 | <tr> |
30 | 30 | <td>SLIDES</td> | |
31 | <p> | 31 | <td>NOTES</td> |
32 | (L<sup>A</sup>T<sub>E</sub>X-Beamer users may use | 32 | </tr> |
33 | <code>\setbeameroption{show notes on second screen=right}</code>) | 33 | </table> |
34 | </p> | 34 | |
35 | 35 | <p> | |
36 | <p>Please select a PDF presentation file to open.</p> | 36 | (L<sup>A</sup>T<sub>E</sub>X-Beamer users may use |
37 | <input id="fileInput" type="file" multiple="false"/> | 37 | <code>\setbeameroption{show notes on second screen=right}</code>) |
38 | </p> | ||
39 | |||
40 | <p> | ||
41 | Please select a PDF file to load. | ||
42 | Slides will be opened in a new window. | ||
43 | </p> | ||
44 | |||
45 | <input id="fileInput" type="file" multiple="false"/> | ||
46 | </div> | ||
47 | |||
48 | <div> | ||
49 | <ul> | ||
50 | <li><a href="https://pacien.org">© 2018 Pacien</a></li> | ||
51 | <li><a href="https://github.com/pacien/pointless-viewer/issues">Bug tracker</a></li> | ||
52 | <li><a href="https://cgit.pacien.net/public/apps/pointless-viewer/">Source repository</a></li> | ||
53 | <li><a href="https://mozilla.github.io/pdf.js/">Powered by PDF.js</a></li> | ||
54 | </ul> | ||
55 | </div> | ||
38 | </div> | 56 | </div> |
39 | 57 | ||
40 | <div id="timer" class="notification"></div> | 58 | <div id="timer" class="notification"></div> |
41 | <div id="message" class="notification"></div> | 59 | <div id="message" class="notification"></div> |
42 | 60 | ||