|
7 | 7 |
|
8 | 8 | <title>reveal.js - The HTML Presentation Framework</title> |
9 | 9 |
|
10 | | - <meta name="description" content="A framework for easily creating beautiful presentations using HTML"> |
11 | | - <meta name="author" content="Hakim El Hattab"> |
| 10 | + <meta name="description" content="An awesome presentation"> |
| 11 | + <meta name="author" content=""> |
12 | 12 |
|
13 | 13 | <meta name="apple-mobile-web-app-capable" content="yes" /> |
14 | 14 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
15 | 15 |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> |
17 | 17 |
|
18 | | - <link rel="stylesheet" href="/static/revealjs/css/reveal.css"> |
19 | | - <link rel="stylesheet" href="/static/revealjs/css/theme/black.css" id="theme"> |
| 18 | + <link rel="stylesheet" href="/static/reveal.js/css/reveal.css"> |
| 19 | + <link rel="stylesheet" href="/static/reveal.js/css/theme/black.css" id="theme"> |
20 | 20 |
|
21 | 21 | <!-- Code syntax highlighting --> |
22 | 22 | <link rel="stylesheet" href="/static/revealjs/lib/css/zenburn.css"> |
|
26 | 26 | var link = document.createElement( 'link' ); |
27 | 27 | link.rel = 'stylesheet'; |
28 | 28 | link.type = 'text/css'; |
29 | | - link.href = window.location.search.match( /print-pdf/gi ) |
30 | | - ? '/static/revealjs/css/print/pdf.css' |
31 | | - : '/static/revealjs/css/print/paper.css'; |
| 29 | + link.href = window.location.search.match( /print-pdf/gi ) ? '/static/reveal.js/css/print/pdf.css' : '/static/reveal.js/css/print/paper.css'; |
32 | 30 | document.getElementsByTagName( 'head' )[0].appendChild( link ); |
33 | 31 | </script> |
34 | 32 |
|
|
42 | 40 | <div class="slides"></div> |
43 | 41 | </div> |
44 | 42 |
|
45 | | - <script src="/static/revealjs/lib/js/head.min.js"></script> |
46 | | - <script src="/static/revealjs/js/reveal.js"></script> |
| 43 | + <script src="/static/revealjs/js/ace-1.1.8/ace.js" type="text/javascript" charset="utf-8"></script> |
47 | 44 | <script src="/static/revealjs/js/jquery-2.1.3.min.js"></script> |
| 45 | + <script src="/static/revealjs/js/jquery-debounce-1.0.5.js" type="text/javascript" charset="utf-8"></script> |
| 46 | + <script src="/static/reveal.js/js/reveal.js"></script> |
| 47 | + <script src="/static/reveal.js/lib/js/head.min.js"></script> |
| 48 | + <script type="text/javascript" src="/static/reveal.js/plugin/highlight/highlight.js"></script> |
| 49 | + <script type="text/javascript" src="/static/reveal.js/plugin/notes/notes.js"></script> |
| 50 | + <script type="text/javascript" src="/static/reveal.js/plugin/markdown/marked.js"></script> |
| 51 | + <script type="text/javascript" src="/static/reveal.js/plugin/markdown/markdown.js"></script> |
48 | 52 | <script src="/static/js/slides.js"></script> |
49 | 53 | </body> |
50 | 54 | </html> |
|
0 commit comments