Fix script path in footer template

This commit is contained in:
Yass 2026-02-26 20:21:59 +01:00 committed by GitHub
parent a734dd9db8
commit f7e910977d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,6 @@
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="js/scripts.js"></script>
<script src="assests/js/scripts.js"></script>
</body>
</html>