mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-10-02 01:06:59 +02:00
13 lines
245 B
HTML
13 lines
245 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<p>Image to use:</p>
|
|
<p>Canvas:</p>
|
|
|
|
<canvas id="myCanvas" width="1024" height="768" style="border:1px solid #d3d3d3;">
|
|
Your browser does not support the HTML5 canvas tag.</canvas>
|
|
|
|
<script src="app.js">
|
|
|
|
</script> |