Spaces:
Runtime error
Runtime error
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -138,7 +138,8 @@
|
|
138 |
</div>
|
139 |
</main>
|
140 |
|
141 |
-
|
|
|
142 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
143 |
</body>
|
144 |
</html>
|
|
|
138 |
</div>
|
139 |
</main>
|
140 |
|
141 |
+
<!-- Corrected JS path here -->
|
142 |
+
<script defer src="/static/script.js"></script>
|
143 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
144 |
</body>
|
145 |
</html>
|