404页面

时间:2021-02-04 21:00:46   收藏:0   阅读:39
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>404</title>
<style>
    body{
        background-color:#444;
        font-size:14px;
    }
    h3{
        font-size:60px;
        color:#eee;
        text-align:center;
        padding-top:30px;
        font-weight:normal;
    }
</style>
</head>

<body>
<h3>404,您请求的文件不存在!</h3>
</body>
</html>

 

原文:https://www.cnblogs.com/wyfbk/p/14374001.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!