Skip to content

Commit 76e2681

Browse files
committed
view the canvas
0 parents  commit 76e2681

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Canvas</title>
6+
</head>
7+
8+
<body>
9+
<canvas id="canvas" width="600" height="350"
10+
style="border: 1px solid #000000;"
11+
onclick="draw_component1()">
12+
</canvas>
13+
14+
<script type="text/javascript" src="script.js"></script>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)