diff options
author | Hakim El Hattab | 2011-12-26 19:32:00 -0800 |
---|---|---|
committer | Hakim El Hattab | 2011-12-26 19:32:00 -0800 |
commit | 5b2b3fa3df6089745ec013dc3de71111c25ca3d1 (patch) | |
tree | 40e3787a27296f504a7ee23002217d6fda87282b /index.html | |
parent | bccb6e68c722fd141979df05eb9f8528094431fb (diff) |
changed id of 'main' container to 'reveal'
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ <body> <!-- Any section element inside of this container is displayed as a slide --> - <div id="main"> + <div id="reveal"> <section> <h1>Reveal.js</h1> |