aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-07-01 16:38:49 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-07-01 16:38:49 -0400
commiteaf525c9a79507fdb97f8f4e67169fa83ec3def1 (patch)
tree48c3479c135b0e23ac04f76d8d8fa4950db98e04 /index.html
parent2118a6295d05acf2a7bc7cec3b874df772d0189a (diff)
downloadfosdem-2018-presentation-eaf525c9a79507fdb97f8f4e67169fa83ec3def1.tar
fosdem-2018-presentation-eaf525c9a79507fdb97f8f4e67169fa83ec3def1.tar.gz
/lib restructuring
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index d65c1ca..a3378f1 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,7 @@
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
- <link rel="stylesheet" href="lib/css/zenburn.css">
+ <link rel="stylesheet" href="lib/highlight/zenburn.css">
</head>
<body>
@@ -264,8 +264,8 @@ linkify( 'a' );
</div>
<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
- <script src="lib/js/highlight.js"></script>
- <script src="lib/js/classList.js"></script>
+ <script src="lib/highlight/highlight.js"></script>
+ <script src="lib/polyfills/classList.js"></script>
<script src="js/reveal.js"></script>
@@ -317,7 +317,7 @@ linkify( 'a' );
</script>
<!-- the next two lines enable the speaker notes server -->
- <script src="socket.io/socket.io.js"></script>
- <script src="js/slidenotes.js"></script>
+ <!-- <script src="socket.io/socket.io.js"></script>
+ <script src="js/reveal.slidenotes.js"></script> -->
</body>
</html> \ No newline at end of file