diff options
author | Hakim El Hattab | 2015-01-09 18:22:30 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-01-09 18:22:30 +0100 |
commit | 20d858deb888fe0ec0ba92a919c8a0526ac52a2e (patch) | |
tree | 9a953291ea1716afae558100907c81a3ec745d03 /test/test.html | |
parent | 57977e29239a1115ddfd673fc24f86080203f6d7 (diff) | |
parent | 3a8fc9b2742756be2274c8c74f77dbed84407d92 (diff) |
Merge pull request #1093 from hakimel/dev
3.0.0
Diffstat (limited to 'test/test.html')
-rw-r--r-- | test/test.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/test.html b/test/test.html index 094f3c7..29d02a9 100644 --- a/test/test.html +++ b/test/test.html @@ -6,7 +6,7 @@ <title>reveal.js - Tests</title> - <link rel="stylesheet" href="../css/reveal.min.css"> + <link rel="stylesheet" href="../css/reveal.css"> <link rel="stylesheet" href="qunit-1.12.0.css"> </head> @@ -19,12 +19,13 @@ <div class="slides"> - <section> + <section data-background-image="examples/assets/image1.png"> <h1>1</h1> + <img data-src="fake-url.png"> </section> <section> - <section> + <section data-background="examples/assets/image2.png"> <h1>2.1</h1> </section> <section> @@ -72,7 +73,7 @@ </div> <script src="../lib/js/head.min.js"></script> - <script src="../js/reveal.min.js"></script> + <script src="../js/reveal.js"></script> <script src="qunit-1.12.0.js"></script> <script src="test.js"></script> |