This commit is contained in:
Luis 2017-06-17 18:10:53 +02:00
parent 92302e2335
commit fabc2f8000
138 changed files with 14697 additions and 0 deletions

View file

@ -0,0 +1,25 @@
<html>
<head>
<script src="jquery-3.2.1.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" />
<style>
body {
padding:0;
margin:0;
}
</style>
</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>