-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
58 lines (46 loc) · 1.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
<!DOCTYPE html>
<html lang="en-us">
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>404 Page not found - 김명후 블로그</title>
<meta property="og:title" content="404 Page not found - 김명후 블로그" />
<meta name="twitter:title" content="404 Page not found - 김명후 블로그" />
<meta name="author" content=""/>
<meta property="og:site_name" content="김명후 블로그" />
<meta property="og:url" content="http://localhost:1313/404.html" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Hugo 0.128.0">
<link rel="stylesheet" href="/css/style.css" media="all" />
<link rel="stylesheet" href="/css/style-dark.css" media="all and (prefers-color-scheme: dark)" />
<link rel="stylesheet" href="/css/syntax.css" media="all" />
<link rel="stylesheet" href="/css/custom.css" media="all" />
<script src="/js/script.js"></script>
<script src="/js/custom.js"></script>
<script defer src="/fontawesome/all.min.js"></script>
</head>
<body>
<header class="site-header">
<nav class="site-navi">
<h1 class="site-title"><a href="/">김명후 블로그</a></h1>
<ul class="site-navi-items">
</ul>
</nav>
</header>
<hr class="site-header-bottom">
<div class="main" role="main">
<div class="error">
<h1>404 Not Found</h1>
</div>
</div>
<div class="site-footer">
<div class="copyright"></div>
<ul class="site-footer-items">
</ul>
<div class="powerdby">
Powered by <a href="https://gohugo.io/">Hugo</a> and <a href="https://github.com/taikii/whiteplain">Whiteplain</a>
</div>
</div>
</body>
</html>