Fixed my dyslexic spelling of js

This commit is contained in:
2025-07-07 16:07:27 -06:00
parent 75457a6bea
commit 9e6d18ec83

View File

@@ -5,5 +5,5 @@
<script src="pecslib.js"></script> <script src="pecslib.js"></script>
</head> </head>
<body></body> <body></body>
<script src="main.sj"></script> <script src="main.js"></script>
</html> </html>