pageRed / app /inc /header.php
chartManD's picture
color en background
d26ff77
<?php
session_start();
if (!isset($_SESSION['usuario'])) {
header('Location: login.php');
exit();
}
?>
<!DOCTYPE html>
<html lang="es" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Protal Cautivo | Imagina ITSZ</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/css/text-fonts.css">
</head>
<body class=" text-center bg-secondary p-0 m-0 text-white" style="min-height: 100vh; overflow-x: hidden;">
<?php include_once "./inc/nav.php" ?>
<?php include_once "./inc/pageHeader.php" ?>
<main class="container-lg pt-serif-regular bg-black pt-4 pb-2">