ok
Direktori : /home/institutonamaste/www/ |
Current File : /home/institutonamaste/www/manutencao.php |
<?php require_once("class/CONFIG.php"); ?> <!DOCTYPE html> <html lang="br"> <head> <title>Intituto Namastê</title> <meta charset="utf-8"> <meta name="robots" content="index, follow"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="author" content="Intituto Namastê"> <meta property="og:locale" content="pt_BR"> <meta property="og:type" content="website"> <meta property="og:url" content=""> <meta property="og:title" content="Intituto Namastê"> <meta property="og:site_name" content="Intituto Namastê"> <meta property="og:description" content=""> <meta property="og:image" content=""> <meta property="og:image:type" content="image/jpeg"> <link href="<?=IMG?>icons/favicon.jpg" rel="shortcut icon"/><!-- Favincon --> <link href="<?=IMG?>icons/favicon.ico" rel="shortcut icon"/><!-- Favincon --> <link href="<?=URL?>/css/style.css" rel="stylesheet"><!-- Css --> <!-- jQuery - IE --> <!--[if lt IE 9]> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <?php include("includes/header.php"); ?> <h1>PÁGINA EM MANUTENÇÃO</h1> <?php include("includes/footer.php"); ?> </body> </html>