This commit is contained in:
abe- 2017-06-13 00:44:19 +02:00
parent 1cffc33eed
commit 9208bd921a
62 changed files with 6895 additions and 0 deletions

View file

@ -0,0 +1,19 @@
<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" />
</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>