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

26 lines
529 B
HTML
Raw Normal View History

2017-06-13 00:44:19 +02:00
<html>
<head>
2017-06-13 01:31:30 +02:00
<script src="jquery-3.2.1.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" />
2017-06-13 02:04:00 +02:00
<style>
body {
padding:0;
margin:0;
}
</style>
2017-06-13 00:44:19 +02:00
</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>