aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-03-21 09:03:27 +0100
committerGitHub <noreply@github.com>2019-03-21 09:03:27 +0100
commitb5fe0f812625ce1628ee24e69fff0eedca8e93fd (patch)
treef172935cf512c7f20182a9e6c0c9e9562e8c4190 /index.html
parentb4c6c920337aee02e563828c40a546b82a2dc47b (diff)
parent01874c6e70f11b63c66bdace29411812932b88f9 (diff)
downloadfreenode-live-2017-presentation-b5fe0f812625ce1628ee24e69fff0eedca8e93fd.tar
freenode-live-2017-presentation-b5fe0f812625ce1628ee24e69fff0eedca8e93fd.tar.gz
Merge branch 'dev' into hash-problem
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 98accc3..f938be5 100644
--- a/index.html
+++ b/index.html
@@ -6,11 +6,12 @@
<title>reveal.js</title>
+ <link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
- <link rel="stylesheet" href="lib/css/zenburn.css">
+ <link rel="stylesheet" href="lib/css/monokai.css">
<!-- Printing and PDF exports -->
<script>
@@ -29,7 +30,6 @@
</div>
</div>
- <script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
@@ -41,7 +41,7 @@
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
- { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
+ { src: 'plugin/highlight/highlight.js', async: true }
]
});
</script>