fix js script filename

This commit is contained in:
Ray Elliott 2020-05-01 18:40:52 +01:00
parent 800676ab23
commit b3c732aeaf
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<footer>
</footer>
<script src="js/script.js"></script>
<script src="js/index.js"></script>
</body>
</html>