-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
142 lines (88 loc) · 4.84 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
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7XFJ3PBXLY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7XFJ3PBXLY');
</script>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<style>
:root {
--accent-color: #05a081;
--accent-color-light: #82d0c0;
--accent-overlay-color: #fff;
--body-bg: #fff;
--body-color: #000;
--heading-color: #000;
--table-bg-even: #f3f3f3;
--table-border-bottom: #dddddd;
}
@media (prefers-color-scheme: dark) {
:root {
--accent-overlay-color: #dee2e6;
--body-bg: #212529;
--body-color: #abb2bf;
--heading-color: #dee2e6;
--table-bg-even: #2d3237;
--table-border-bottom: #697077;
}
img {
opacity: .75;
transition: opacity .5s ease-in-out;
}
img:hover {
opacity: 1;
}
}
</style>
<meta name="theme-color" content="#05a081" />
<link rel="icon" href="https://site.little-method.com/processed_images/icon.8bb7562e91f2c833.jpg" />
<link rel="apple-touch-icon" sizes="48x48" href="https://site.little-method.com/processed_images/icon.8bb7562e91f2c833.jpg" />
<link rel="apple-touch-icon" sizes="72x72" href="https://site.little-method.com/processed_images/icon.5324ad24c76653f9.jpg" />
<link rel="apple-touch-icon" sizes="96x96" href="https://site.little-method.com/processed_images/icon.ad3476c585276887.jpg" />
<link rel="apple-touch-icon" sizes="144x144" href="https://site.little-method.com/processed_images/icon.1f452bf44b399811.jpg" />
<link rel="apple-touch-icon" sizes="192x192" href="https://site.little-method.com/processed_images/icon.d4bcfcb8e74e5248.jpg" />
<link rel="apple-touch-icon" sizes="256x256" href="https://site.little-method.com/processed_images/icon.0707f6fc31d6a3f9.jpg" />
<link rel="apple-touch-icon" sizes="384x384" href="https://site.little-method.com/processed_images/icon.c1f191193f889b25.jpg" />
<link rel="apple-touch-icon" sizes="512x512" href="https://site.little-method.com/processed_images/icon.ca1111db3cabab66.jpg" />
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="description" content="フリーランスとして活動しているフロントエンドエンジニアのブログサイトです。主にゲームなどの趣味に関することを書いています。" />
<meta name="twitter:description" content="フリーランスとして活動しているフロントエンドエンジニアのブログサイトです。主にゲームなどの趣味に関することを書いています。">
<meta name="twitter:title" content="st-little's blog">
<link rel="prerender" href="/blog/" />
<link rel="prefetch" href="https://site.little-method.com/processed_images/icon.638905c23809b86a.jpg" />
<title>
st-little's blog
</title>
<link rel="stylesheet" href="https://site.little-method.com/main.css">
</head>
<body>
<header>
<a class="profile-icon" href="/">
<img src="https://site.little-method.com/processed_images/icon.638905c23809b86a.jpg" alt="profile picture">
</a>
<nav>
<a href="/blog/">Blog</a>
</nav>
</header>
<main>
<h1>404</h1>
<p>This is not the page you're looking for... return back to <a href="/">safety?</a></p>
</main>
<footer class="footer-page">
<p>このサイトは Google アナリティクスを使用しており、データを収集するために Cookie を使用しています。<br>
データが収集および処理される仕組みについては <a href="https://policies.google.com/technologies/partner-sites" target="_blank" rel="noopener noreferrer">こちら<span class="material-symbols-outlined">open_in_new</span></a> を参照してください。<br>
© 2020 st-little</p>
</footer>
</body>
</html>