Skip to content

Commit

Permalink
clearing extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Vance Muchongo committed Dec 12, 2024
1 parent 355d9d5 commit 7aa3eab
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,9 @@ <h2>Javascript Canvas Clock</h2>

<!--the html5 canvas tag begins here-->
<canvas id="myCanvas" width="600" height="600">

Your browser does not support the HTML5 canvas tag.

Your browser does not support the HTML5 canvas tag.
</canvas>
<!--the html5 canvas tag ends here-->


<!--this script will run as the browser's interpreter reaches the line-->
<script>
//alert ("Hello, World!");
</script>

</body>
</html>

0 comments on commit 7aa3eab

Please sign in to comment.