add html link to wiki sample
This commit is contained in:
parent
62bd2068f6
commit
c735086509
1 changed files with 5 additions and 3 deletions
|
@ -6,11 +6,13 @@
|
||||||
</style>
|
</style>
|
||||||
<title>Canvas tutorial</title>
|
<title>Canvas tutorial</title>
|
||||||
<script type="text/javascript" src="test.js">
|
<script type="text/javascript" src="test.js">
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body onload="executeTests()">
|
<body onload="executeTests()">
|
||||||
|
TestStar
|
||||||
<canvas id="TestStar" width="400" height="400"></canvas>
|
<canvas id="TestStar" width="400" height="400"></canvas>
|
||||||
|
<br/>
|
||||||
|
TestTransform
|
||||||
<canvas id="TestTransform" width="400" height="400"></canvas>
|
<canvas id="TestTransform" width="400" height="400"></canvas>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue