-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
343 lines (166 loc) · 9.88 KB
/
404.html
File metadata and controls
343 lines (166 loc) · 9.88 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
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!--
This error template is used for all 404 errors, which might occur on your site.
It's a good idea to keep this template as minimal as possible in terms of both file size and complexity.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>404 - Page Not Found</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/assets/built/screen.css" />
<link rel="stylesheet" type="text/css" href="/assets/built/screen.edited.css" />
<!-- This tag outputs SEO meta+structured data and other important settings -->
<meta name="description" content="온리 공부를 위한 블로그" />
<link rel="shortcut icon" href="https://sanseongKo.github.io/assets/built/images/favicon.jpg" type="image/png" />
<link rel="canonical" href="https://sanseongKo.github.io/404.html" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<!--title below is coming from _includes/dynamic_title-->
<meta property="og:site_name" content="SanseongKo's Blog" />
<meta property="og:type" content="website" />
<meta property="og:title" content="404 - Page Not Found" />
<meta property="og:description" content="온리 공부를 위한 블로그" />
<meta property="og:url" content="https://sanseongKo.github.io/404.html" />
<meta property="og:image" content="https://sanseongKo.github.io/assets/built/images/blog-cover1.jpg" />
<meta property="article:publisher" content="https://www.facebook.com/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="404 - Page Not Found" />
<meta name="twitter:description" content="온리 공부를 위한 블로그" />
<meta name="twitter:url" content="https://sanseongKo.github.io/" />
<meta name="twitter:image" content="https://sanseongKo.github.io/assets/built/images/blog-cover1.jpg" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="SanseongKo's Blog" />
<meta name="twitter:site" content="@" />
<meta name="twitter:creator" content="@" />
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="666" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "SanseongKo's Blog",
"logo": "https://sanseongKo.github.io/"
},
"url": "https://sanseongKo.github.io/404.html",
"image": {
"@type": "ImageObject",
"url": "https://sanseongKo.github.io/assets/built/images/blog-cover1.jpg",
"width": 2000,
"height": 666
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://sanseongKo.github.io/404.html"
},
"description": "온리 공부를 위한 블로그"
}
</script>
<!-- <script type="text/javascript" src="https://demo.ghost.io/public/ghost-sdk.min.js?v=724281a32e"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "f84a07a72b17"
});
</script> -->
<meta name="generator" content="Jekyll 3.6.2" />
<link rel="alternate" type="application/rss+xml" title="404 - Page Not Found" href="/feed.xml" />
</head>
<body class="error-template">
<div class="site-wrapper">
<header class="site-header outer no-cover">
<div class="inner">
<nav class="site-nav-center">
<a class="site-nav-logo" href="/">SanseongKo's Blog</a>
</nav>
</div>
</header>
<main id="site-main" class="site-main outer" role="main">
<div class="inner">
<section class="error-message">
<h1 class="error-code">404</h1>
<p class="error-description">Page not found</p>
<a class="error-link" href="/">Go to the front page →</a>
</section>
</div>
</main>
<!-- get "posts" limit="3" -->
<aside class="outer">
<div class="inner">
<div class="post-feed">
<!-- The tag below includes the markup for each post - partials/post-card.hbs -->
<article class="post-card ">
<a class="post-card-image-link" href="/interview2">
<div class="post-card-image" style="background-image: url(/assets/built/images/interview/interview.png)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/interview2">
<header class="post-card-header">
<span class="post-card-tags">Interview</span>
<h2 class="post-card-title">Abstract Class vs Interface</h2>
</header>
<section class="post-card-excerpt">
<p>추상클래스 정의: 클래스 구현 내부에 추상메서드가 하나이상 포함되거나, Abstract로 정의된 경우 공통의 자료형이라고 할 수 있는 추상클래스가 가지고 있는 공통 서비스 함수이다. 다만, 공통 서비스이지만 구현이 공통이 아닌 서비스라고 하는 목록이 공통인 것을</p>
</section>
</a>
<footer class="post-card-meta">
<span class="reading-time">
1 min read
</span>
</footer>
</div>
</article>
<article class="post-card ">
<a class="post-card-image-link" href="/interview">
<div class="post-card-image" style="background-image: url(/assets/built/images/interview/interview.png)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/interview">
<header class="post-card-header">
<span class="post-card-tags">Interview</span>
<h2 class="post-card-title">기술 면접 예상 질문(객체지향의 정의와 특징)</h2>
</header>
<section class="post-card-excerpt">
<p>객체지향의 정의 객체가 중심이 되며, 누가 어떤 일을 할 것인지가 핵심이다.(절차지향: 기능 중심으로 무엇을 어떤 ‘절차’로 할 것인지가 포인트) 필요한 객체들을 파악하고, 객체들의 역할을 정의하고 객체들간의 상호작용으로 프로그램을 구현하는 것을 의미한다. (객체는 실제하는</p>
</section>
</a>
<footer class="post-card-meta">
<span class="reading-time">
1 min read
</span>
</footer>
</div>
</article>
<article class="post-card ">
<a class="post-card-image-link" href="/codingtest-2019_kakao02">
<div class="post-card-image" style="background-image: url(/assets/built/images/codingtest/2021review.png)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/codingtest-2019_kakao02">
<header class="post-card-header">
<span class="post-card-tags">Codingtest</span>
<h2 class="post-card-title">카카오 2019 블라인드 코딩테스트 2번</h2>
</header>
<section class="post-card-excerpt">
<p>문제보기
오늘은 카카오 2019년 공채 1차의 코딩테스트의 2번문제를 풀어보았다. 밑은 작성코드이다.
</p>
</section>
</a>
<footer class="post-card-meta">
<span class="reading-time">
1 min read
</span>
</footer>
</div>
</article>
</div>
</div>
</aside>
<!-- /get -->
</div>
</body>
</html>