web/index3.html
author ymh <ymh.work@gmail.com>
Thu, 15 Nov 2012 00:33:25 +0100
changeset 32 6b23f677b621
parent 30 6d5b46559bd9
permissions -rw-r--r--
Merge with 6d5b46559bd9a12834d983edb09d0f99038c2855

<!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>