-
Notifications
You must be signed in to change notification settings - Fork 6
/
404.html
89 lines (59 loc) · 3.13 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja" >
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="generator" content="Hugo 0.122.0">
<meta property="og:title" content="404 Page not found - dwango on GitHub">
<meta property="og:description" content="ドワンゴ社内の様子や、文化、技術をご紹介します。" />
<meta property="og:image" content="https://dwango.github.io/images/logo.png">
<meta name="twitter:card" content="summary">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>404 Page not found - dwango on GitHub</title>
<link rel="stylesheet" href="https://dwango.github.io/css/print.css" media="print">
<link rel="stylesheet" href="https://dwango.github.io/css/poole.css">
<link rel="stylesheet" href="https://dwango.github.io/css/syntax.css">
<link rel="stylesheet" href="https://dwango.github.io/css/hyde.css">
<link rel="stylesheet" href="https://dwango.github.io/css/custom.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">
<link href="" rel="alternate" type="application/rss+xml" title="dwango on GitHub" />
</head>
<body class="theme-dwango ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1><a href="https://dwango.github.io/">dwango on GitHub</a></h1>
</div>
<ul class="sidebar-nav">
<li><a href="https://dwango.github.io/">Home</a></li>
<li><a href="/articles"> Articles </a></li><li><a href="/niconico"> ニコニコ開発者向け情報 </a></li><li><a href="https://dwango.co.jp/"> 会社情報 </a></li><li><a href="https://recruit.dwango.co.jp/"> 採用情報 </a></li>
</ul>
<h2>Links</h2>
<ul class="sidebar-nav">
<li><a href="https://dwango.github.io/oss"> dwango OSS </a></li><li><a href="https://blog.nnn.dev/"> 教育サービス開発者ブログ </a></li><li><a href="https://vrm.dev/"> VRM </a></li><li><a href="https://dmv.nico/ja/"> Dwango Media Village </a></li>
</ul>
<p class="copyright">
Copyright © DWANGO Co., Ltd.
</p>
</div>
</div>
<div class="content container">
<h1>404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="https://dwango.github.io/">Head back home</a> to try finding it again.</p>
</div>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'G-LF3Z3TQ34F', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>