Last active
August 29, 2015 13:56
-
-
Save rformato/9162215 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <title>XL visual</title> | |
| <link href="css/xlvisual.css" rel="stylesheet" type="text/css" /> | |
| <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> | |
| <!--[if IE]> | |
| <script type="text/javascript" src="js/excanvas_r71.js"></script> | |
| <![endif]--> | |
| <script type="text/javascript" src="js/effect.js"></script> | |
| </head> | |
| <body> | |
| <canvas id="canvas" width="800" height="600"></canvas> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment