-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
63 lines (42 loc) · 1.82 KB
/
Copy path404.html
File metadata and controls
63 lines (42 loc) · 1.82 KB
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
<!DOCTYPE html>
<head>
<script data-goatcounter="https://block.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
<title>
blockの巣
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="
京都でゲームプログラマをしている立方体のサイト。Unity/C#/Rustを主食にしています。
">
<!-- end ogp -->
<link rel="stylesheet" type="text/css" href="https://block-cube-lib.github.io/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Source+Code+Pro:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
<header class="header">
<div class="container" id="title">
<a href="https://block-cube-lib.github.io">blockの巣</a>
</div>
<nav id="site-nav">
<a class="nav_content" href="/blog/">Blog</a>
<a class="nav_content" href="/tags/">Tags</a>
<a class="nav_content" href="/about/">About</a>
<a class="nav_content" href="/works/">Works</a>
<a class="nav_content" href="/privacy-policy/">Privacy Policy</a>
</nav>
</header>
<main class="section">
<div class="container">
<h1>ページが見つかりませんでした</h1>
ページが存在しないまたは削除された、移動した可能性があります。
</div>
</main>
<footer>
copyright 2019 block.
</footer>
</body>
</html>