Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="es">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Intranet LAB</title>
- </head>
- <body>
- <h1>Bienvenido a Intranet LAB</h1>
- <p>Este es un sitio de muestra para la intranet.</p>
- <h2>Enlaces útiles</h2>
- <ul>
- <li><a href="#">Inicio</a></li>
- <li><a href="#">Recursos Humanos</a></li>
- <li><a href="#">Soporte Técnico</a></li>
- <li><a href="#">Documentación</a></li>
- </ul>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement