-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
99 lines (92 loc) · 3.08 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<title>404: ABN-Team</title>
<base target="_blank">
<!-- <script type="text/javascript">
var url = window.location.href;
if (url.indexOf("https") < 0) {
url = url.replace("http:", "https:");
window.location.replace(url);
}
</script> -->
<link type="text/css" rel="stylesheet" href="https://cdn.dnpw.org/project/404/0/common/404.css" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="fontawesome/css/all.min.css" rel="stylesheet" />
<link href="css/magnific-popup.min.css" rel="stylesheet" />
<link href="slick/slick.css" rel='stylesheet' />
<link href="slick/slick-theme.css" rel='stylesheet' />
<link href="css/templatemo-real-dynamic.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="icon.ico" />
</head>
<style>
/* body {
background-image: url('img/404-1.jpg');
} */
</style>
<body>
<main>
<section class="text-center">
<br>
<br>
<h1 style="font-size: 72px; color: #06C">404</h1>
<br>
<br>
<div class="collage-404-images">
</div>
</section>
<section class="message-404">
<h1 style="text-align: center; color: #ABC;">エラーが発生しました</h1>
<h1 style="text-align: center; color: #ABC">アクセスしたページは見つかりません。URLをご確認ください。</h1>
<br>
<div class="text-center"><a href="index.html" target="_self"class="btn btn-secondary rounded-0">ホームページ</a></div>
<p>
<br>
<a id="color-choice"></a>
</p>
</section>
</main>
</body>
<div class="row tm-mb-7">
<div class="col-lg-3 col-sm-6 mb-lg-0 mb-5">
<h3 class="tm-text-primary tm-mb-4">リンク集</h3>
<nav class="tm-nav-secondary">
<ul>
<li><a href="https://ydj.abn-team.top">YDJSIR</a></li>
<li><a href="https://kiki.abn-team.top">KickKick</a></li>
<li><a href="https://knight.abn-team.top">Knight</a></li>
<li><a href="https://toyomu.abn-team.top">Toyomu</a></li>
</ul>
</nav>
</div>
<div class="col-lg-3 col-sm-6 mb-lg-0 mb-5">
<h3 class="tm-text-primary tm-mb-4">フォーカス</h3>
<nav class="tm-nav-secondary">
<ul>
<li><a href="#">Minecraft Servers</a></li>
<li><a href="#">Web Applications</a></li>
<li><a href="#">Coding and Algorithm</a></li>
</ul>
</nav>
</div>
<div class="col-lg-3 col-sm-6 mb-lg-0 mb-5">
<h3 class="tm-text-primary tm-mb-4">メインメニュー</h3>
<nav class="tm-nav-secondary">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="col-lg-3 col-sm-6 mb-lg-0 mb-5">
<h3 class="tm-text-primary tm-mb-4">オン</h3>
<p class="tm-mb-4">技術的になっている2014年以来、いくつかのオタクの統合された包括的なチーム
チームはよく成長しています。</p>
<div></div>
</div>
</div>
</html>