poblados-colonizacion-colon.../docs/sliders/bardenas.html

20 lines
472 B
HTML
Raw Normal View History

2017-06-13 00:44:19 +02:00
<html>
<head>
2017-06-13 01:25:16 +02:00
<script src="jquery.min.js"></script>
2017-06-13 00:44:19 +02:00
<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="bardenas-caudillo-1956.jpeg">
<img src="bardenas-caudillo-2014.jpeg">
</div>
<script>
$(function(){
$("#container1").twentytwenty();
});
</script>
</body>
</html>