一个非常简单的404页面,带公众号 QQ群 QQ联系

本站所有内容来自互联网收集,仅供学习和交流,请勿用于商业用途。如有侵权、不妥之处,请第一时间联系我们删除!Q群:迪思分享
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - 无法找到文件</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
text-align: center;
}
h1 {
font-size: 36px;
color: #333;
transition: font-size 0.3s;
}
h1:hover {
font-size: 40px;
}
p {
font-size: 18px;
color: #666;
}
img {
max-width: 100%;
height: auto;
}
.buttons {
margin-top: 20px;
}
.button {
display: inline-block;
padding: 10px 20px;
margin: 5px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
}
</style>
</head>
<body>
<h1>HTTP 404</h1>
<p>你所浏览的页面暂时无法访问</p>
<img src="error_image.jpg" alt="Error Image">
<div class="buttons">
<a href="#" class="button">返回上一页</a>
<a href="#" class="button">反馈错误报告</a>
</div>
<div class="buttons">
<a href="#" class="button">公众号</a>
<a href="#" class="button">QQ联系</a>
<a href="#" class="button">QQ群</a>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>404 - 无法找到文件</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f2f2f2;
            text-align: center;
        }
        h1 {
            font-size: 36px;
            color: #333;
            transition: font-size 0.3s;
        }
        h1:hover {
            font-size: 40px;
        }
        p {
            font-size: 18px;
            color: #666;
        }
        img {
            max-width: 100%;
            height: auto;
        }
        .buttons {
            margin-top: 20px;
        }
        .button {
            display: inline-block;
            padding: 10px 20px;
            margin: 5px;
            background-color: #007bff;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
        }
    </style>
</head>
<body>
    <h1>HTTP 404</h1>
    <p>你所浏览的页面暂时无法访问</p>
    <img src="error_image.jpg" alt="Error Image">
    <div class="buttons">
        <a href="#" class="button">返回上一页</a>
        <a href="#" class="button">反馈错误报告</a>
    </div>
    <div class="buttons">
        <a href="#" class="button">公众号</a>
        <a href="#" class="button">QQ联系</a>
        <a href="#" class="button">QQ群</a>
    </div>
</body>
</html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>404 - 无法找到文件</title> <style> body { font-family: Arial, sans-serif; background-color: #f2f2f2; text-align: center; } h1 { font-size: 36px; color: #333; transition: font-size 0.3s; } h1:hover { font-size: 40px; } p { font-size: 18px; color: #666; } img { max-width: 100%; height: auto; } .buttons { margin-top: 20px; } .button { display: inline-block; padding: 10px 20px; margin: 5px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 5px; } </style> </head> <body> <h1>HTTP 404</h1> <p>你所浏览的页面暂时无法访问</p> <img src="error_image.jpg" alt="Error Image"> <div class="buttons"> <a href="#" class="button">返回上一页</a> <a href="#" class="button">反馈错误报告</a> </div> <div class="buttons"> <a href="#" class="button">公众号</a> <a href="#" class="button">QQ联系</a> <a href="#" class="button">QQ群</a> </div> </body> </html>

 


© 版权声明
THE END
★喜欢这篇文章吗?喜欢的话,麻烦动动手指支持一下!★
点赞9 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容