poblados-colonizacion-colon.../docs/sliders/sotogordo.html
2017-06-13 01:25:16 +02:00

19 lines
472 B
HTML

<html>
<head>
<script src="jquery.min.js"></script>
<script src="jquery.event.move.js"></script>
<script src="jquery.twentytwenty.js"></script>
<link rel="stylesheet" href="twentytwenty.css" type="text/css" media="screen" />
</head>
<body>
<div id="container1" class="twentytwenty-container">
<img src="sotogordo-1945-recorte.jpeg">
<img src="sotogordo-2016-recorte.jpeg">
</div>
<script>
$(function(){
$("#container1").twentytwenty();
});
</script>
</body>
</html>