diff options
-rw-r--r-- | viewer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/viewer.html b/viewer.html index 99accb4..4774bcd 100644 --- a/viewer.html +++ b/viewer.html | |||
@@ -23,8 +23,8 @@ | |||
23 | <p>This viewer accepts double-width PDF presentations of the following shape:</p> | 23 | <p>This viewer accepts double-width PDF presentations of the following shape:</p> |
24 | <table> | 24 | <table> |
25 | <tr> | 25 | <tr> |
26 | <td>LEFT<br>(slides)</td> | 26 | <td>SLIDES</td> |
27 | <td>RIGHT<br>(notes)</td> | 27 | <td>NOTES</td> |
28 | </tr> | 28 | </tr> |
29 | </table> | 29 | </table> |
30 | 30 | ||