comments in code lol

This commit is contained in:
th3keyboard 2024-10-30 18:43:08 -05:00
parent d3afa597d6
commit c9783a0669
2 changed files with 5 additions and 2 deletions

View file

@ -15,6 +15,7 @@
<div class="navbarCont">
<h1>ThePlaceHolders</h1>
</div>
<!--note to self: below IS the canvas-->
<div class="canvasCont">
<canvas id="canvas" width="500" height="500" style="border:1px solid #000000;" alt="canvas"></canvas>
<div id="toolbar" class="toolbar">
@ -29,7 +30,8 @@
<button onclick="zoomIn"id="zoomIn">+</button>
</div>
</div>
</div>
</div>
<!--note to self: above IS the canvas-->
</div>
<script src="./canvas.js"></script>
</body>

View file

@ -20,7 +20,8 @@
</div>
<div class="m-3 d-block text-center">
<input id="submit" type="submit" value="Confirm" class="btn btn-secondary">
<!--button probably needs to check if the code is correct and then send user to canvas.html-->
<input id="submit" type="submit" value="Confirm" class="btn btn-secondary" action="">
</div>
<div class="mt-5 fs-6 text-center">