Guest User

Untitled

a guest
Nov 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5. <title>Index.html</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  7. <link href="estilos.css" rel="stylesheet" type="text/css"/>
  8. <link type="text/css" href="zoomy.css" rel="stylesheet">
  9. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js"></script>
  10. <script type="text/javascript" src="zoomy.min.js"></script>
  11. <script type="text/javascript">
  12. $(function () {
  13. $('.zoom').zoomy();
  14. });
  15. </script>
  16. </head>
  17.  
  18. <body>
  19. <center>
  20. <a href="http://www.losminions-lapelicula.es/images/shareimage.jpg" class="zoom"><img src="http://www.losminions-lapelicula.es/images/shareimage.jpg" width="320px" height="240px" /></a>
  21. </center>
  22. </body>
  23. </html>
Add Comment
Please, Sign In to add comment