]> git.plutz.net Git - flarejs/blob - index.html
Merge commit '68a6666004a13f6c61bcca2756d46e59e83143e3' as 'cgilite'
[flarejs] / index.html
1 <!DOCTYPE HTML>
2 <html><head>
3   <title>FlareJS</title>
4 </head><body onload="script();">
5   <canvas id="view" width=640 height=480 />
6   <script>
7
8 view = getElementById("view");
9
10 function Mob(textdef) {
11 }
12
13   </script>
14 </body></html>