diff options
author | Yves Delley | 2014-09-12 22:49:13 +0200 |
---|---|---|
committer | Yves Delley | 2014-09-12 22:49:13 +0200 |
commit | 9bc5b81292619ef06e9a582a7607b7e0601d7c17 (patch) | |
tree | cc4220eacd9e47cb42cdd237a4fa27038103294c /test/examples/barebones.html | |
parent | 2bc36f2dfe04746d5a10c48531b38c64415d43aa (diff) | |
parent | 80c375fae85d5b1edc2656641e03942739daa28b (diff) |
merged dev branch
Diffstat (limited to 'test/examples/barebones.html')
-rw-r--r-- | test/examples/barebones.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/examples/barebones.html b/test/examples/barebones.html index c948d00..2bee3cb 100644 --- a/test/examples/barebones.html +++ b/test/examples/barebones.html @@ -6,7 +6,7 @@ <title>reveal.js - Barebones</title> - <link rel="stylesheet" href="../../css/reveal.min.css"> + <link rel="stylesheet" href="../../css/reveal.css"> </head> <body> @@ -29,7 +29,7 @@ </div> - <script src="../../js/reveal.min.js"></script> + <script src="../../js/reveal.js"></script> <script> |