acceso_footer.php 734 B

123456789101112131415
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="imagetoolbar" content="no" />
  6. <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Poppins:400,500,700,300,600">
  7. <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans">
  8. <link media="screen" rel="stylesheet" type="text/css" href="css/footer.css" />
  9. <link rel="shortcut icon" type="image/x-icon" href="css/layout/global/sp.ico" />
  10. </head>
  11. <body>
  12. <?php require('shared/footer.php'); ?>
  13. </body>
  14. </html>