web/index3.html
changeset 36 6cd5bc3dc7a2
parent 35 e5421b704368
child 37 1f10a9688c1b
--- a/web/index3.html	Fri Nov 16 12:53:58 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html lang="fr">
-    <head>
-        <meta charset="utf-8">
-        <title>The End - @todo</title>
-        <link rel="stylesheet" href="static/res/css/style.css" />
-    </head>
-    <body>
-
-        <center>
-            <canvas id="mosaic" width="1024" height="550"></canvas>
-        </center>
-
-        <script src="static/res/js/jquery-1.8.2.min.js"></script>
-        <script src="static/res/js/popcorn-complete.js"></script>
-        <script src="static/res/js/popcorn.sequence.js"></script>
-        <script src="static/res/js/incplayer.js"></script>
-        <script src="static/res/js/ease.js"></script>        
-        <script src="static/res/js/incmosaic.js"></script>
-        <script>        
-            $(function() {
-                incMosaic.addPairImages("static/res/img/ACC_0.jpg", "static/res/img/ACC_1.jpg");
-                incMosaic.addPairImages("static/res/img/ACC_2.jpg", "static/res/img/ACC_3.jpg");
-                incMosaic.addPairImages("static/res/img/ACC_4.jpg", "static/res/img/ACC_5.jpg");
-                incMosaic.start("mosaic", 9, 5);
-            });
-        </script>
-
-    </body>
-</html>