Skip to content

Commit

Permalink
fix relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Sep 27, 2024
1 parent d415e66 commit 05be962
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions present/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<title>reveal.js - Markdown Example</title>

<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="../dist/theme/defang.css" id="theme">
<link rel="stylesheet" href="./dist/reveal.css">
<link rel="stylesheet" href="./dist/theme/defang.css" id="theme">

<link rel="stylesheet" href="../plugin/highlight/monokai.css">
<link rel="stylesheet" href="./plugin/highlight/monokai.css">
</head>

<body>
Expand All @@ -34,11 +34,11 @@
}
</script>

<script src="/dist/reveal.js"></script>
<script src="/plugin/markdown/markdown.js"></script>
<script src="/plugin/highlight/highlight.js"></script>
<script src="/plugin/notes/notes.js"></script>
<script src="/plugin/math/math.js"></script>
<script src="./dist/reveal.js"></script>
<script src="./plugin/markdown/markdown.js"></script>
<script src="./plugin/highlight/highlight.js"></script>
<script src="./plugin/notes/notes.js"></script>
<script src="./plugin/math/math.js"></script>

<script>

Expand Down

0 comments on commit 05be962

Please sign in to comment.