| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/msicep/views/_includes/ |
Upload File : |
<?php if ( ! defined('ABSPATH')) exit; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cep MSI</title>
<link rel="shortcut icon" href="images/icons/favicon.png" />
<link href='https://fonts.googleapis.com/css?family=Hind:400,300,600,500,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap & Styles -->
<link href="<?php echo HOME_URI; ?>/views/_css/bootstrap.css" rel="stylesheet">
<link href="<?php echo HOME_URI; ?>/views/_css/bootstrap-theme.css" rel="stylesheet">
<link href="<?php echo HOME_URI; ?>/views/_css/block_grid_bootstrap.css" rel="stylesheet">
<link href="<?php echo HOME_URI; ?>/views/_css/font-awesome.min.css" rel="stylesheet">
<link href="<?php echo HOME_URI; ?>/views/_css/owl.carousel.css" rel="stylesheet">
<link href="<?php echo HOME_URI; ?>/views/_css/owl.theme.css" rel="stylesheet">
<link href="<?php echo HOME_URI; ?>/views/_css/animate.min.css" rel="stylesheet" />
<link href="<?php echo HOME_URI; ?>/views/_css/jquery.circliful.css" rel="stylesheet" />
<link href="<?php echo HOME_URI; ?>/views/_css/tablesaw.stackonly.css" rel="stylesheet" />
<link href="<?php echo HOME_URI; ?>/views/_css/slicknav.css" rel="stylesheet" />
<link href="<?php echo HOME_URI; ?>/views/style.css" rel="stylesheet">
</head>
<body>
<!-- Breadcrumps -->
<div class="breadcrumbs">
<div class="row">
<div class="col-sm-6">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">Cep MSI</a>
</div>
<ul class="nav navbar-nav">
<li><a href="<?php echo HOME_URI;?>login/">Home</a></li>
<li><a href="<?php echo HOME_URI;?>">Busca</a></li>
<li><a href="<?php echo HOME_URI;?>home/api/solicitacao">Solicitações</a></li>
<li><a href="<?php echo HOME_URI;?>home/api/cadastrolivre">Cadastro Livre</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>