aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-06 19:58:40 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-06 19:58:40 +0100
commit608a7577bd47b626b51ba1e922a549a31fa4f458 (patch)
tree9e8c00fa9954308cc9c3d92599738e7a1ad00a84 /index.html
parent027dc259da986363a0c5a5294bcce35404c1c521 (diff)
downloadfosdem-2021-minimalism-presentation-608a7577bd47b626b51ba1e922a549a31fa4f458.tar
fosdem-2021-minimalism-presentation-608a7577bd47b626b51ba1e922a549a31fa4f458.tar.gz
:rotating_light: breaking change; move all compiled assets to /dist
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 11c2e0f..8a105b9 100644
--- a/index.html
+++ b/index.html
@@ -6,9 +6,9 @@
<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">
+ <link rel="stylesheet" href="dist/reset.css">
+ <link rel="stylesheet" href="dist/reveal.css">
+ <link rel="stylesheet" href="dist/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css">
@@ -18,7 +18,7 @@
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
- link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
+ link.href = window.location.search.match( /print-pdf/gi ) ? 'dist/print/pdf.css' : 'dist/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
@@ -30,7 +30,7 @@
</div>
</div>
- <script src="js/reveal.min.js"></script>
+ <script src="dist/reveal.min.js"></script>
<script>
// More info about config & dependencies: