aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/index.html b/index.html
index 0dae2d8..fa1ef21 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,11 @@
12 <meta charset="utf-8"> 12 <meta charset="utf-8">
13 <link rel="icon" href="favicon.ico"> 13 <link rel="icon" href="favicon.ico">
14 <link rel="stylesheet" type="text/css" href="pointless/viewer/viewer.css"> 14 <link rel="stylesheet" type="text/css" href="pointless/viewer/viewer.css">
15
16 <noscript>
17 <style type="text/css">#fileSelect { display: none; }</style>
18 </noscript>
19
15 <title>Pointless Viewer</title> 20 <title>Pointless Viewer</title>
16 </head> 21 </head>
17 22
@@ -38,12 +43,18 @@
38 <code>\setbeameroption{show notes on second screen=right}</code>) 43 <code>\setbeameroption{show notes on second screen=right}</code>)
39 </p> 44 </p>
40 45
41 <p> 46 <p class="warning">
42 Please select a PDF file to load. 47 <noscript>A web browser with JavaScript support is required to use this application.</noscript>
43 Slides will be opened in a new window.
44 </p> 48 </p>
45 49
46 <input id="fileInput" type="file" multiple="false"/> 50 <div id="fileSelect">
51 <p>
52 Please select a PDF file to load.
53 Slides will be opened in a new window.
54 </p>
55
56 <input id="fileInput" type="file" multiple="false"/>
57 </div>
47 </div> 58 </div>
48 59
49 <div> 60 <div>