aboutsummaryrefslogtreecommitdiff
path: root/viewer.html
diff options
context:
space:
mode:
Diffstat (limited to 'viewer.html')
-rw-r--r--viewer.html22
1 files changed, 21 insertions, 1 deletions
diff --git a/viewer.html b/viewer.html
index df529ca..99accb4 100644
--- a/viewer.html
+++ b/viewer.html
@@ -16,7 +16,27 @@
16 16
17 <body> 17 <body>
18 <canvas id="screen" class="centered"></canvas> 18 <canvas id="screen" class="centered"></canvas>
19 <input id="fileInput" class="centered" type="file" multiple="false"/> 19
20 <div id="welcomeScreen" class="centered">
21 <h1>Pointless Viewer</h1>
22
23 <p>This viewer accepts double-width PDF presentations of the following shape:</p>
24 <table>
25 <tr>
26 <td>LEFT<br>(slides)</td>
27 <td>RIGHT<br>(notes)</td>
28 </tr>
29 </table>
30
31 <p>
32 (LaTeX-Beamer users may use
33 <code>\setbeameroption{show notes on second screen=right}</code>)
34 </p>
35
36 <p>Please select a PDF presentation file to open.</p>
37 <input id="fileInput" type="file" multiple="false"/>
38 </div>
39
20 <div id="timer" class="notification"></div> 40 <div id="timer" class="notification"></div>
21 <div id="message" class="notification"></div> 41 <div id="message" class="notification"></div>
22 42