diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-05-19 17:01:52 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-05-19 17:01:52 -0400 |
commit | b67889049af3f5e66f2a8bfc5c7f9dea85b10932 (patch) | |
tree | 2e91c84171ee3aa058d197cb9b580aa605aba511 /plugin | |
parent | d1a97b379f5809233e9413dbb521ca1531fdd9dd (diff) | |
download | fosdem-2018-presentation-b67889049af3f5e66f2a8bfc5c7f9dea85b10932.tar fosdem-2018-presentation-b67889049af3f5e66f2a8bfc5c7f9dea85b10932.tar.gz |
viewport meta to fit notes window on ipad
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/notes-server/notes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/notes-server/notes.html b/plugin/notes-server/notes.html index 8c0c92f..25d1a62 100644 --- a/plugin/notes-server/notes.html +++ b/plugin/notes-server/notes.html @@ -3,6 +3,8 @@ <head> <meta charset="utf-8"> + <meta name="viewport" content="width=1150"> + <title>reveal.js - Slide Notes</title> <style> |