nagasurendra commited on
Commit
3f242d5
·
verified ·
1 Parent(s): eaca368

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -0
templates/index.html CHANGED
@@ -979,5 +979,7 @@
979
 
980
  console.log('Script loaded successfully');
981
  </script>
 
 
982
  </body>
983
  </html>
 
979
 
980
  console.log('Script loaded successfully');
981
  </script>
982
+ <script src="{{ url_for('static', filename='script.js') }}"></script>
983
+
984
  </body>
985
  </html>