36 linhas
847 B
PHP
36 linhas
847 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Informações - SEI 2016 - Câmpus Francisco Beltrão</title>
|
|
|
|
<!-- META TAGS -->
|
|
<?php include "inc/meta.php"; ?>
|
|
</head>
|
|
|
|
<body>
|
|
<!--TOPO -->
|
|
<?php
|
|
include "inc/topo.php";
|
|
?>
|
|
<div class="clear"></div>
|
|
|
|
<!-- CORPO -->
|
|
<section class="corpo">
|
|
<section class="conteudo">
|
|
<!-- INFORMAÇÕES -->
|
|
<section class="informacoes">
|
|
<h1>Informações</h1><div class="detalhe"></div><br>
|
|
Página em construção, aguarde.
|
|
</section>
|
|
</section>
|
|
</section>
|
|
<div class="clear"></div>
|
|
|
|
<!-- RODAPÉ -->
|
|
<?php
|
|
include "inc/rodape.php";
|
|
?>
|
|
<div class="clear"></div>
|
|
</body>
|
|
</html>
|