-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
159 lines (112 loc) · 4.71 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>OAuth.jp</title>
<meta name="author" content="Nov Matake">
<meta name="description" content=" Posterous -> Tumblr -> Octopress というブログシステムの移行により記事 URL が変更になってきた経緯があることから、お探しの記事のURLが変更になった可能性があります。 Archive ページから、お探しの記事が見つかるかもしれません。 ">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/atom.xml" rel="alternate" title="OAuth.jp" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/favicon.ico" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Slackey' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Amethysta' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script type="text/javascript" src="/javascripts/jquery-tapir.js"></script>
<!-- remove or comment it to disable ajaxification -->
<!-- <script src="/javascripts/ajaxify.js"></script> -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55348-17', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<header id="header" class="inner"><!-- for more effects see _animate.scss -->
<h1 class="animated bounceInDown">
<a href='/'>
<div id="headerbg">
OAuth.jp
</div>
</a>
</h1>
<br>
<ul id="social-links" style="text-align:center">
<!-- Facebook -->
<li>
<a href="https://www.facebook.com/oauth.jp" class="facebook" title="Facebook"></a>
</li>
<!-- Twitter -->
<li>
<a href="https://www.twitter.com/oauthjp" class="twitter" title="Twitter"></a>
</li>
<!-- GitHub -->
<li>
<a href="https://github.com/nov" class="github" title="Github"></a>
</li>
</ul>
<!-- use full url including 'index.html' for navigation bar if you are using ajax -->
<ul id="nav">
</ul>
</header>
<div id="toload">
<!-- begin toload -->
<div id="content" class="inner">
<article class="post">
<h2 class="title">404 Page NotFound</h2>
<div class="entry-content">
<p>
Posterous -> Tumblr -> Octopress というブログシステムの移行により記事 URL が変更になってきた経緯があることから、お探しの記事のURLが変更になった可能性があります。
</p>
<p>
<a href="/blog/archives/">Archive</a> ページから、お探しの記事が見つかるかもしれません。
</p>
</div>
</article>
</div>
<footer id="footer">
<div style="display:inline">
<p>
Copyright © 2020
<a href="https://matake.jp">Nov Matake</a> - 技術的な相談等、お仕事依頼は <a href="https://yauth.jp">YAuth.jp</a> まで.
</p>
<p>
Powered by <a href="http://octopress.org">Octopress</a>.
Theme <a href="https://github.com/panks/fabric">fabric</a> by <a href="http://panks.me">Pankaj Kumar</a>
</p>
</div>
</footer>
<script src="/javascripts/fabric.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->
<script type="text/javascript">
var disqus_shortname = 'oauthjp';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'https://' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<!-- end toload -->
</div>
</div>
<script src="/javascripts/jquery.ui.totop.js" type="text/javascript"></script>
<script type="text/javascript">
/*<![CDATA[*/
;(function($){$().UItoTop({easingType:'easeOutCirc'});})(jQuery);
/*]]>*/
</script><!-- remove it to remove the scroll to top button -->
</body>
</html>