Coots commited on
Commit
6b16fbe
·
verified ·
1 Parent(s): ff0333a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -138,7 +138,8 @@
138
  </div>
139
  </main>
140
 
141
- <script defer src="script.js"></script>
 
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>