diff options
author | navateja | 2014-06-09 14:44:36 +0530 |
---|---|---|
committer | navateja | 2014-06-09 14:44:36 +0530 |
commit | 594d9f6d85f6b1c6a953a64892cd2236529f0398 (patch) | |
tree | 16caf49a3ccd1db02996f35fd89af09515a74e27 /test/examples/barebones.html | |
parent | ab7efe6bf2da9b31b31a3af859e9f7f413fd2d0d (diff) | |
parent | 8973f0c3e19ffafee489a3dcfce03303120ed22b (diff) |
Merge remote-tracking branch 'upstream/dev' into keyboard_shortcuts_overlay
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> |