Spaces:
Running
Running
Update templates/HomeS.html
Browse files- templates/HomeS.html +1 -0
templates/HomeS.html
CHANGED
@@ -81,6 +81,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
81 |
window.addEventListener('scroll', runAnimations);
|
82 |
});
|
83 |
</script>
|
|
|
84 |
|
85 |
</body>
|
86 |
</html>
|
|
|
81 |
window.addEventListener('scroll', runAnimations);
|
82 |
});
|
83 |
</script>
|
84 |
+
<script src="/static/appS.js"></script>
|
85 |
|
86 |
</body>
|
87 |
</html>
|