-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOT_FOUND.html
23 lines (23 loc) · 1.28 KB
/
NOT_FOUND.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="apple-touch-icon" href="https://upload-bbs.miyoushe.com/upload/2025/02/07/198629752/bfc762bcf7c490ef8a5a4cdd1e00f973_1309043463707366223.png">
<link rel="icon" href="https://static.wetab.link/user-wallpaper/zh/666172bfd00f143fea67e514/666172bfd00f143fea67e514.ico?t=1738933791357" type="image/x-icon">
<link rel="shortcut icon" href="./ICON.ico" type="image/x-icon">
<meta name="renderer" content="webkit">
<meta property="og:image" content="https://upload-bbs.miyoushe.com/upload/2025/02/07/198629752/bfc762bcf7c490ef8a5a4cdd1e00f973_1309043463707366223.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no,email=no,adress=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<title>404 页面未找到</title>
</head>
<body>
<h1>404 页面未找到</h1>
<p>抱歉,您访问的页面不存在。</p>
<p>可能是您没有同意网站协议导致您被传送到了这里~</p>
</body>
</html>