Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- 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>
|