test.php 702 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Consultar horario |
  5. <?= $user->facultad['facultad'] ?? 'General' ?>
  6. </title>
  7. <meta charset="utf-8">
  8. <meta http-equiv="content-type" content="text/plain; charset=UTF-8" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  10. <?php include_once "import/html_css_files.php"; ?>
  11. </head>
  12. <!-- -->
  13. <body style="display: block;">
  14. adiós a todos mis amigos
  15. <?
  16. # throw an uncaught exception
  17. //throw new Exception('Uncaught Exception');
  18. ?>
  19. </body>
  20. <script src="js/jquery.min.js"></script>
  21. <script src="js/bootstrap/bootstrap.min.js"></script>
  22. <script>
  23. </script>
  24. </html>