Visual Studio complained about some of my tags in the index.html. So I

cleaned up what it was complaining about.
This commit is contained in:
Tim Young 2024-05-10 09:22:50 -06:00
parent a19cb99b9d
commit ee0a3f9255

View File

@ -25,7 +25,7 @@
</form>
-->
<canvas id='MainCanvas' width='700 ' height='400' style="border:1px solid #000000;">
<canvas id='MainCanvas' width='700 ' height='400' style="border:1px solid #000000;"></canvas>
<script src="allpuzzles.js"></script>
<script src="selectmenu.js"></script>