Skip to content

Commit

Permalink
hotfix/module and css source paths in viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Jun 9, 2023
1 parent 9b2e0c5 commit 3d04263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/ips/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
crossorigin="anonymous"></script>
<script src="https://unpkg.com/squirrelly@7.9.2/dist/squirrelly.min.js"></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="assets/js/renderIPS.js"></script>
<script type="module" src="assets/js/retreiveIPS.js"></script>
<script type="module" src="ips/assets/js/renderIPS.js"></script>
<script type="module" src="ips/assets/js/retreiveIPS.js"></script>

<title>IPS Viewer</title>
</head>
Expand Down

0 comments on commit 3d04263

Please sign in to comment.