-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
75 lines (61 loc) · 2.8 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="description" content="Pixel ACG Studioの404ページ">
<meta name="author" content="koromoko10">
<meta name="keywords" content="koromoko10,koromoko10.com,Pixel ACG Studio">
<meta name="robots" content="noindex">
<meta name=”robots” content=”nofollow”>
<title>404 Page Not Found!!| Pixel ACG Studio</title>
<!--CSS指定-->
<!--別ディレクトリで404が発動したときにCSSがぶっ飛ぶので完全パスに変更-->
<link rel="stylesheet" href="https://koromoko10.com/main.css">
<!--manifest指定-->
<link rel="manifest" href="https://koromoko10.com/manifest.json">
<!--JS指定-->
<script src="https://koromoko10.com/script.js"></script>
<!--上に戻るボタン-->
<div id="topScroll" class="topIcon" onclick="goTop()">↑</div>
</head>
<body>
<!--ヘッダー部分-->
<iframe src="https://koromoko10.com/header.html" width="100%" height="90px" name="header"></iframe>
<!--内容-->
<div class="content">
<br>
<center>
<img src="https://koromoko10.com/img/New404logo/[Re]New404-logo-high.png" width="230" height="162" alt="404logo" title="404 Page Not Found!">
<input type="button" name="help button" value="?" title="help" style="cursor: help;" onclick="alert('ページが存在していない、または削除されたためページを表示できません。\n \nユーザー側からは何もできないので、ページ作成者が対応してくれるのを待ちましょう。\n \n \nお詫びとしてスペシャルな404ページをお楽しみください'); window.open('https://koromoko10.com/good-404.html','_blank','menubar=0,width=600,height=400'); console.warn('新規ウィンドウでgood-404ページを開きました。\nこのポップアップが表示されない場合はブラウザのポップアップブロックの設定を確認してください。')">
<h2>404 Page Not Found!!</h2>
<h3>あらまぁ、サーバーが頭を掻いてるよ</h3>
</center>
<br>
<center>
お探しのページは見つかりませんでした。<br>
<b>
<a href="https://koromoko10.com/" target="_self" title="back to TOP">ここから</a>
</b>
TOPに戻ります。<br>
もしくはここから探しているページを検索できます:
</center>
<br>
</div>
<br>
<!--修正必須-->
<!--親要素-->
<div class="search-parent">
<!--Googleカスタム検索ソース-->
<script async src="https://cse.google.com/cse.js?cx=653a472954cfe4de2">
</script>
<div class="gcse-search"></div>
<!--Googleカスタム検索ソースここまで-->
</div>
<!--親要素ここまで-->
<!--修正必須ここまで-->
<br>
<hr>
<center><div class="madeby">Made by koromoko10</div></center>
</div>
</body>
</html>