chemin vers reveal.js pour linux_install

This commit is contained in:
Jérémy Lecour 2017-06-19 22:04:03 +02:00 committed by Jérémy Lecour
parent 4158c443e2
commit 00ef975536

View file

@ -18,19 +18,19 @@
<link rel="stylesheet" href="reveal.js/css/theme/beige.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="../lib/css/zenburn.css">
<link rel="stylesheet" href="reveal.js/lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(.. / print - pdf / gi) ? 'reveal.js/css/print/pdf.css' : 'reveal.js/css/print/paper.css';
link.href = window.location.search.match(/print-pdf/gi) ? 'reveal.js/css/print/pdf.css' : 'reveal.js/css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
<!--[if lt IE 9]>
<script src="../lib/js/html5shiv.js"></script>
<script src="reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>