Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="es-CL">
  3.  
  4. <head> <!--Etiqueta Head-->
  5. <meta charset="utf-8">
  6. <meta name="description" content="Primer festival de cine clasico al aire libre">
  7. <meta name="viewport" content="width-device-width, initial-scale=1.0">
  8. <title>Clasi-Conce</title>
  9. <link rel="stylesheet" href="blueberry.css">
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  11. <script src="jquery.blueberry.js"></script>
  12. <script>
  13. $(window).load(function() {
  14. $('.blueberry').blueberry();
  15. });
  16. </script>
  17. </head>
  18.  
  19. <body>
  20.  
  21. <header> <!--Este es el header-->
  22. <a href="#" id="logo"></a> <!--Este es el logo-->
  23.  
  24. <nav> <!--Esta es la botonera-->
  25. <a href="#" id="icono-menu"></a>
  26. <ul id="menu">
  27. <li><a href="#" class="primero">Inicio</a></li>
  28. <li><a href="#">Nosotros</a></li>
  29. <li><a href="#">Películas</a></li>
  30. <li><a href="#">Tickets</a></li>
  31. <li><a href="#">Contacto</a></li>
  32. </ul>
  33. </nav>
  34. </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement