Skip to content
Snippets Groups Projects
Commit c4c93f60 authored by wwarriner's avatar wwarriner
Browse files

fix paths

parent 6c4d31ba
No related branches found
No related tags found
No related merge requests found
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
/> />
<!-- css --> <!-- css -->
<link rel="stylesheet" href="../dist/reset.css" /> <link rel="stylesheet" href="reveal/reset.css" />
<link rel="stylesheet" href="../dist/reveal.css" /> <link rel="stylesheet" href="reveal/reveal.css" />
<link rel="stylesheet" href="../dist/theme/white.css" /> <link rel="stylesheet" href="reveal/theme/white.css" />
<link rel="stylesheet" href="../theme/uab-rc.css" /> <link rel="stylesheet" href="theme/uab-rc.css" />
<!-- metadata --> <!-- metadata -->
<title>UAB IT Research Computing</title> <title>UAB IT Research Computing</title>
...@@ -85,19 +85,19 @@ ...@@ -85,19 +85,19 @@
</div> </div>
<!-- footer --> <!-- footer -->
<load-file replaceWith src="../template/footer.html"></load-file> <load-file replaceWith src="template/footer.html"></load-file>
<!-- end footer --> <!-- end footer -->
<!-- scripts --> <!-- scripts -->
<script src="../script/load-file.js"></script> <script src="script/load-file.js"></script>
<!-- end scripts --> <!-- end scripts -->
<!-- reveal.js --> <!-- reveal.js -->
<script src="../dist/reveal.js"></script> <script src="reveal/reveal.js"></script>
<script src="../plugin/notes/notes.js"></script> <script src="plugin/notes/notes.js"></script>
<script src="../plugin/highlight/highlight.js"></script> <script src="plugin/highlight/highlight.js"></script>
<script type="module"> <script type="module">
import { wide_16_9 } from "../script/reveal-configs.js"; import { wide_16_9 } from "./script/reveal-configs.js";
Reveal.initialize(wide_16_9); Reveal.initialize(wide_16_9);
</script> </script>
<!-- end reveal.js --> <!-- end reveal.js -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment