diff options
Diffstat (limited to 'viewer.html')
-rw-r--r-- | viewer.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/viewer.html b/viewer.html index f4c6dde..943bbce 100644 --- a/viewer.html +++ b/viewer.html | |||
@@ -15,7 +15,8 @@ | |||
15 | </head> | 15 | </head> |
16 | 16 | ||
17 | <body> | 17 | <body> |
18 | <canvas id="screen"></canvas> | 18 | <canvas id="screen" class="centered"></canvas> |
19 | <input id="fileInput" class="centered" type="file" multiple="false"/> | ||
19 | <div id="timer" class="notification"></div> | 20 | <div id="timer" class="notification"></div> |
20 | <div id="message" class="notification"></div> | 21 | <div id="message" class="notification"></div> |
21 | 22 | ||