Skip to content

Commit 3d04263

Browse files
committed
hotfix/module and css source paths in viewer
1 parent 9b2e0c5 commit 3d04263

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/ips/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
crossorigin="anonymous"></script>
2222
<script src="https://unpkg.com/[email protected]/dist/squirrelly.min.js"></script>
2323
<!-- IPS Specific Custom CSS-->
24-
<link rel="stylesheet" href="assets/css/custom.css">
24+
<link rel="stylesheet" href="ips/assets/css/custom.css">
2525

2626
<!-- IPS Rendering -->
27-
<script type="module" src="assets/js/renderIPS.js"></script>
28-
<script type="module" src="assets/js/retreiveIPS.js"></script>
27+
<script type="module" src="ips/assets/js/renderIPS.js"></script>
28+
<script type="module" src="ips/assets/js/retreiveIPS.js"></script>
2929

3030
<title>IPS Viewer</title>
3131
</head>

0 commit comments

Comments
 (0)