Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Vif15 authored Nov 24, 2024
1 parent 39b2ce7 commit 7669608
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@
<!--Collapsible-->
<script scr="javascript/collapsible.js"> </script>

<!--moves the canvas-->
<script type="text/javascript">

var main = document.getElementById("myCanvas");
var render = main.getContext("2d");
main.style.left = "400px";
main.style.top = "100px";
main.style.position = "absolute";
</script>
<!--moves the canvas-->
<script scr="javascript/canvasMove.js"> </script>
</body>
</html>

0 comments on commit 7669608

Please sign in to comment.