OwlCyberSecurity - MANAGER
Edit File: 404.php
<?php include("includes/config.php"); include("includes/conexao.php"); $pageTitle = _t("Error") ." - ". _t("Kawaii Games"); ?> <!doctype html> <html> <head> <meta charset="utf-8"> <title><?php echo $pageTitle ?></title> <meta name="description" content="The best girls games with the most beautiful dress up games ever!"> <meta name="author" content="Heglaé Malheiros Maia"> <!--Ajudar a compartilhar no facebook--> <!--Tags para facebook--> <meta property="og:locale" content="en_us"> <meta property="og:url" content="<?=URL_BASE?>about"> <meta property="og:title" content="<?php echo $pageTitle ?>"> <meta property="og:site_name" content="Kawaii Games"> <meta property="og:description" content= "A little bit about the artist and her story."> <meta property="og:image" content="//www.kawaiigames.net/kawaii_games_logo.fw.png"> <?php include ("includes/head.php");?> </head> <body> <!--LOGO E PROPAGANDA CABEÇALHO................................................................................................................................--> <?php include ("includes/topo.php");?> <!--REDES SOCIAIS................................................................................................................................--> <div class="container"> <div class="row"> <?php include ("includes/menu-esquerdo.php");?> <!--BOX CENTRAL.......................................................................................................................--> <div class="col-md-10 box-central"> <h2 class="barra-rosa titulo"><?php echo _t("Error")?></h2> <div class="text-left box-central-texto"> <h3 style="font-size: 150px; text-align: center; font-weight: bold;">404</h3> <p style="text-align: center; font-size: 30px;"><?php echo _t("Page not found")?></p> <!--REDES SOCIAIS DENTRO DO BOX CENTRAL........................................................................................--> <div class="about-redes-sociais"> </div> <br> <br> <!--PROPAGANDAS DENTRO DO BOX CENTRAL........................................................................................--> </div> </div> </div><!---ROW - REDES SOCIAIS--> </div><!---CONTAINER - REDES SOCIAIS--> <!--RODAPÉ................................................................................................................................--> <?php include ("includes/rodape.php");?> </body> </html>