Advertisement
Sergio_Istea

index.html (intranet.lab)

Oct 1st, 2024 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Intranet LAB</title>
  7. </head>
  8. <body>
  9. <h1>Bienvenido a Intranet LAB</h1>
  10. <p>Este es un sitio de muestra para la intranet.</p>
  11.  
  12. <h2>Enlaces útiles</h2>
  13. <ul>
  14. <li><a href="#">Inicio</a></li>
  15. <li><a href="#">Recursos Humanos</a></li>
  16. <li><a href="#">Soporte Técnico</a></li>
  17. <li><a href="#">Documentación</a></li>
  18. </ul>
  19. </body>
  20. </html>
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement