-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
20 lines (17 loc) · 945 Bytes
/
404.html
File metadata and controls
20 lines (17 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="zh-CN"><head>
<title itemprop="name">EatCocoa 404 Page</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta name="description" content="EatCocoa 404 Page"/>
<meta name="keywords" content="EatCocoa 404 Page">
<meta name="author" content="Luckykeeper">
<meta http-equiv="x-dns-prefetch-control" content="on">
<meta http-equiv="Refresh" content="5;url=https://eatcocoa.luckykeeper.site/" />
</head><body>
<center><p><font color="grey">稍后浏览器会自动跳转回小游戏主页,若您的浏览器没有自动跳转,请<a href="https://eatcocoa.luckykeeper.site/">点击这里进行手动跳转</a></font></p></center>
<div>
<img style="width:100%;height:100%" src="static/image/web404.png"/>
</div>
</body></html>