| Server IP : 74.208.250.37 / Your IP : 216.73.216.114 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : miferval ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/corapsa/page/ |
Upload File : |
<?php
/**
* header.php
*
**/
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Propuesta Corapsa</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link href="https://cdn.datatables.net/v/bs5/dt-2.3.7/datatables.min.css" rel="stylesheet" integrity="sha384-MnxpJFHU9dTMYXshJqBDA0d93sG4KKAFEEzynAaDqcPP7BYh11O5HxbJ6iLDWOXS" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="header">
<div class="top-header">
<div class="container">
<div class="row text-white">
<div class="col-lg-3 py-4 text-center text-lg-start">
<img src="images/amb.png">
</div>
<div class="col-lg-9 text-center text-lg-end">
<div class="pt-4 h4 fst-italic">800-838-84-00</div>
<div class="fs-6 language pb-3">
<a href="" class="pe-2">English</a>
<span class="pe-2">|</span>
<a href="">EspaƱol</a>
</div>
</div>
</div>
</div>
</div>
<div class="top-nav py-2 py-md-0">
<div class="container text-white">
<?php include 'navbar.php'; ?>
</div>
</div>
</div>