<!-- 404.html -->
<!DOCTYPE html>
<html lang="zh-CN">
<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: #f4f4f4;
color: #333;
text-align: center;
padding: 50px;
}
h1 {
color: #d9534f;
}
a {
color: #28a745;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>404 - 页面未找到</h1>
<p>对不起,您访问的页面不存在。</p>
<p>您可以<a href="/">返回首页</a>或尝试其他操作。</p>
</body>
</html>
<!DOCTYPE html>
声明、<html>
标签、<head>
和<body>
部分。上一篇:ios打开html
下一篇:静态html源码
Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3
Laravel 中文站