KumbiaPHP beta2-dev
Framework PHP en español
404.phtml
Ir a la documentación de este archivo.
00001 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
00002 <html xmlns="http://www.w3.org/1999/xhtml">
00003 <head>
00004     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
00005     <title>KumbiaPHP web &amp; app Framework</title>
00006     <link rel="stylesheet" href="<?php echo PUBLIC_PATH ?>css/style.css" />
00007 </head>
00008 <body>
00009     <div style="text-align: center; margin: 50px; font-size: 12pt; background-color: transparent; font-family: Lucida Grande, Verdana, Sans-serif;">
00010         <table align="center" id="content" style="background-color: #fff; border: #999 1px solid; padding: 10px 10px 6px 10px; width: 50%;">
00011             <tbody>
00012                 <tr>
00013                     <td style="width: 5%">
00014                         <a href="http://www.kumbiaphp.com"><img src="<?php echo PUBLIC_PATH ?>img/site_logo.gif" alt="Kumbia PHP Framework"/></a>
00015                     </td>
00016                     <td>
00017                         <h1 style="font-size: 14pt; color: #990000; margin: 0 0 4px 0;">ERROR 404</h1>
00018                     </td>
00019                 </tr>
00020             </tbody>
00021         </table>
00022     </div>
00023 </body>
00024 </html>
 Todo Estructuras de Datos Namespaces Archivos Funciones Variables Enumeraciones