Skip to content

Commit

Permalink
Fix css file path in viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed May 15, 2024
1 parent 6610645 commit 8c90972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/ips/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="https://unpkg.com/squirrelly@7.9.2/dist/squirrelly.min.js"></script>
<script src="https://mozilla.github.io/pdf.js/build/pdf.mjs" type="module"></script>
<!-- IPS Specific Custom CSS-->
<link rel="stylesheet" href="./assets/css/custom.css">
<link rel="stylesheet" href="/ips/assets/css/custom.css">

<!-- IPS Rendering -->
<script type="module" src="/ips/assets/js/renderIPS.js"></script>
Expand Down

0 comments on commit 8c90972

Please sign in to comment.