web/index3.html
changeset 36 6cd5bc3dc7a2
parent 35 e5421b704368
child 37 1f10a9688c1b
equal deleted inserted replaced
35:e5421b704368 36:6cd5bc3dc7a2
     1 <!DOCTYPE html>
       
     2 <html lang="fr">
       
     3     <head>
       
     4         <meta charset="utf-8">
       
     5         <title>The End - @todo</title>
       
     6         <link rel="stylesheet" href="static/res/css/style.css" />
       
     7     </head>
       
     8     <body>
       
     9 
       
    10         <center>
       
    11             <canvas id="mosaic" width="1024" height="550"></canvas>
       
    12         </center>
       
    13 
       
    14         <script src="static/res/js/jquery-1.8.2.min.js"></script>
       
    15         <script src="static/res/js/popcorn-complete.js"></script>
       
    16         <script src="static/res/js/popcorn.sequence.js"></script>
       
    17         <script src="static/res/js/incplayer.js"></script>
       
    18         <script src="static/res/js/ease.js"></script>        
       
    19         <script src="static/res/js/incmosaic.js"></script>
       
    20         <script>        
       
    21             $(function() {
       
    22                 incMosaic.addPairImages("static/res/img/ACC_0.jpg", "static/res/img/ACC_1.jpg");
       
    23                 incMosaic.addPairImages("static/res/img/ACC_2.jpg", "static/res/img/ACC_3.jpg");
       
    24                 incMosaic.addPairImages("static/res/img/ACC_4.jpg", "static/res/img/ACC_5.jpg");
       
    25                 incMosaic.start("mosaic", 9, 5);
       
    26             });
       
    27         </script>
       
    28 
       
    29     </body>
       
    30 </html>