equal
deleted
inserted
replaced
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> |
|