horario_archivo.html 859 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6. <table style="width:100%">
  7. <tr>
  8. <th style="width:10%">
  9. <img src="logopdf.png" alt="logo" width="200px" >
  10. </th>
  11. <th></th>
  12. <th style="width:10%">
  13. <img src="logoIngenieria.png" alt="logoIngenieria" width="200px">
  14. </th>
  15. </tr>
  16. </table>
  17. <h1 style="color:#001D68">Horario</h1><br>
  18. <p>Estimado {NOMBRE PROFESOR},</p>
  19. <p>Te informamos que el horario del siguiente periodo ya está disponible en la página de Ingeniería.</p>
  20. <a href="https://horarios.lci.ulsa.mx/consulta_horario.php">https://horarios.lci.ulsa.mx</a>
  21. <br><br><br><strong><center>Atentamente <br><i>Indivisa Manent</i></center></strong>
  22. <br><br><br><center> Facultad de Ingeniería.</center>
  23. </body
  24. </html>