自定义友好错误页

Posted kikyoqiang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了 自定义友好错误页 相关的知识,希望对你有一定的参考价值。

404友好错误页

<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width" />
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <title>页面不存在</title>
</head>
<body>
    <!--<hgroup>
        <h1>错误。</h1>
        <h2>处理你的请求时出错。</h2>
    </hgroup>-->
    <img style="width:100%;" src="http://resource.i-conference.cn/i-conference/img/404.jpg" alt="404错误" />
    <script>
        window.onload = function () {
            setTimeout(function () {
                location.href = "https://www.baidu.com/";
            }, 1000);
        }
    </script>
</body>
</html>

以上是关于 自定义友好错误页 的主要内容,如果未能解决你的问题,请参考以下文章

DJANGO 自定义分页组件

通过自定义错误页面的 ASP 经典友好 URL

关于博客优化2.0

在片段中创建自定义列表视图时出错。必需的活动,找到的片段

在片段中创建自定义列表视图时出错所需活动,找到片段

片段中ListView的android自定义适配器