Skip to content

Commit 4642cce

Browse files
author
Em01
committed
initial commit
1 parent a0cfa85 commit 4642cce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: canvas/canvas.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Canvas</title>
5+
</head>
6+
7+
<body>
8+
<canvas id="canvas" width="200" height="200"></canvas>
9+
10+
<script>
11+
12+
</script
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)