Fix script link

This commit is contained in:
Skylar Grant 2022-12-22 22:22:35 -05:00
parent 5b3a4038b4
commit 0f99b092f7
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@
<!-- <textarea id="log-area"></textarea> -->
<iframe id="log-area" src="log.txt"></iframe>
</div>
<script src="./main.js" type="javascript"></script>
<script src="./main.js"></script>
</body>
</html>