-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·59 lines (48 loc) · 2.54 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
<!DOCTYPE html>
<html lang ="ja">
<head>
<meta charset="utf-8">
<title>TDUFe - 404 Not Found</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
(function(d) {
var config = {
kitId: 'vuv2nzk',
scriptTimeout: 3000,
async: true
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
$(function(){
$("#menu").load("common/menu.html");
});
</script>
<meta name="viewport" content="width-devide-width, initial-scale=1, shrink-to-fot=no">
<link rel="stylesheet" href="/s1g-tekken/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome-animation/0.2.1/font-awesome-animation.css" type="text/css" media="all" />
<link rel="stylesheet" href="/s1g-tekken/css/custom.css">
<style>
body{
background: #343a40;
}
</style>
</head>
<body>
<div id="menu" class="fixed-top"></div>
<div class="container">
<h1 class="text-warning display-4 font-weight-bold">きさらぎ駅<small>へようこそ...</small></h1>
<h3 class="font-weight-normal text-monospace text-light">404 Not Found</h3>
</div>
<div class="container-fluid mt-5">
<div class="container">
<h4 class="text-light">あなたがアクセスしようとしたページは存在しません。</h4>
<h4 class="text-light font-weight-normal">繝ェ繝ウ繧ッ縺弱l繧定ヲ九▽縺代◆縺ー縺ゅ>縺ッ縲√#1蝣ア繧、縺溘□縺代k縺ィ蟷ク繧、縺ァ繧ケ.</h4>
<a class="btn btn-primary mt-3" href="">サイトマップ</a>
<h1 class="display-3 my-4"></h1>
<a class="btn btn-primary mt-3" href="/s1g-tekken/index.html"><i class="fas fa-angle-double-left"></i> ホームに戻る</a>
</div>
</div>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="/s1g-tekken/js/bootstrap.bundle.min.js"></script>
</body>
</html>