Skip to content

Commit

Permalink
My dumbass forgot to change file name in the style and script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Darealmxone committed Feb 24, 2024
1 parent bdcb8f5 commit 580b464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="canvas/style.css" rel="stylesheet" type="text/css" />
<link href="canvas/canvas.css" rel="stylesheet" type="text/css" />
</head>

<body>
hi
<!-- box for js to draw on -->
<canvas width="400" height="300" id="myLove"></"></canvas>

<script src="canvas/script.js"></script>
<script src="canvas/canvas.js"></script>
</body>

</html>

0 comments on commit 580b464

Please sign in to comment.