Просмотр файла 404.php

Размер файла: 1.65Kb
<?php
/**********************************************/
/* Автор скрипта: Александр Есин              */
/* E-Mail: [email protected] ([email protected]) */
/* ICQ: 6464729                               */
/* Site: http://ticlove.ru                    */
/**********************************************/
?>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
        <title>Страница не найдена</title>
        <style type="text/css">
            * { font-family: Arial; }
            html, body { height:100%; margin: 0px; }
            h2, p { margin: 7px 0px; }
        </style>
    </head>
    <body>
        <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
            <tr>
                <td align="center">
                    <table border="0" cellpadding="0" cellspacing="0" >
                        <tr>
                            <td width="180">
                                <img src="/images/404.jpg" />
                            </td>
                            <td>
                                <h2>Страница не существует — 404</h2>
                                <p>Вероятно, Вы открыли неправильную ссылку.</p>
                                <p>Вы можете перейти на <a href="http://<?php echo $_SERVER['HTTP_HOST']; ?>/">главную страницу</a>.</p>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
    </body>
</html>