diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-18 17:53:08 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-18 17:53:08 +0100 |
commit | 1bc1dd12e6671a811abba0397fc7402b7bac07ef (patch) | |
tree | f4df6a8dd457f2f2557b3bfd7b8e9481e623ea57 /index.html | |
parent | 7c03d6018617a3430ae10fd855467175ad17c096 (diff) | |
download | fosdem-2018-presentation-1bc1dd12e6671a811abba0397fc7402b7bac07ef.tar fosdem-2018-presentation-1bc1dd12e6671a811abba0397fc7402b7bac07ef.tar.gz |
bad theme name
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ <p> reveal.js comes with a few themes built in: <br> <!-- Hacks to swap themes after the page has loaded. Not flexible and only intended for the reveal.js demo deck. --> - <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/test.css'); return false;">Black (default)</a> - + <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/black.css'); return false;">Black (default)</a> - <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/white.css'); return false;">White</a> - <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/league.css'); return false;">League</a> - <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/sky.css'); return false;">Sky</a> - |