finished ch 9
This commit is contained in:
9
9/canvas.html
Normal file
9
9/canvas.html
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Canvas</title>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="canvas" width="300" height="300"></canvas>
|
||||
<script src="cs.js"></script>
|
||||
</body
|
Reference in New Issue
Block a user