-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (27 loc) · 1.27 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="ja" dir="ltr">
<head>
<meta charset="utf-8">
<title>404 NotFound|PescadoGames</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width" initial-scale="1.0">
<meta name="format-detection" content="telephone=no">
<meta property="og:title" content="PescadoGames | 404" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.pescadogames.ml/404.html" />
<meta property="og:image" content="/assets/icons/NewLogo_Transparent_1040x1038.webp" />
<meta property="og:image" content="/assets/icons/NewLogo_Transparent_1040x1038.webp")
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico">
<link rel="stylesheet" href="/assets/styles/404_403.css">
</head>
<body>
<div class="container">
<h2>おっと!このページはないですよ!</h2>
<h1>404</h1>
<p>URLとかを確認して再度アクセスしてみてね!<br>(一部のページは消えている場合があるよ!)</p>
<a onclick="history.back()">前のページに戻る!</a>
</div>
</body>
</html>