-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
110 lines (98 loc) · 4.71 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<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">
<title>404 Page not found - Taco'Blog - About LIFE</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="">
<meta property="og:url" content="http://localhost:1313/404.html">
<meta property="og:site_name" content="Taco'Blog - About LIFE">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="My Personal blog about everything">
<meta property="og:locale" content="en-us">
<meta property="og:type" content="website">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;700&display=swap">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body class="body">
<div class="container container--outer">
<header class="header">
<div class="container header__container">
<div class="logo">
<a class="logo__link" href="/" title="Taco'Blog - About LIFE" rel="home">
<div class="logo__item logo__text">
<div class="logo__title">Taco'Blog - About LIFE</div>
<div class="logo__tagline">Lost in Music Lost in Life</div>
</div>
</a>
</div>
<div class="divider"></div>
</div>
</header>
<div class="wrapper flex">
<div class="primary">
<main class="main" role="main">
<div class="warning">
<h1 class="warning__headline">404. Page not found</h1>
<p class="warning__text">The page you were looking for appears to have been moved, deleted or does not exist. Please, use search or go to <a href="/">main page</a>.</p>
</div>
</main>
</div>
<aside class="sidebar"><div class="widget-search widget">
<form class="widget-search__form" role="search" method="get" action="https://google.com/search">
<input class="widget-search__field" type="search" placeholder="Search…" value="" name="q" aria-label="Search…">
<input class="widget-search__submit" type="submit" value="Search">
<input type="hidden" name="sitesearch" value="http://localhost:1313/">
</form>
</div>
<div class="widget-recent widget">
<h4 class="widget__title">Recent Posts</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item"><a class="widget__link" href="/posts/post420241103/">重新来过</a></li>
<li class="widget__item"><a class="widget__link" href="/posts/post25_7/">音乐推荐(个人向)</a></li>
<li class="widget__item"><a class="widget__link" href="/posts/post4_30/">首发文章</a></li>
</ul>
</div>
</div>
<div class="widget-categories widget">
<h4 class="widget__title">Categories</h4>
<div class="widget__content">
<ul class="widget__list">
<li class="widget__item">
<a class="widget__link" href="/categories/%E6%96%87%E7%AB%A0/">文章</a></li>
</ul>
</div>
</div>
<div class="widget-taglist widget">
<h4 class="widget__title">Tags</h4>
<div class="widget__content">
<a class="widget-taglist__link widget__link btn" href="/tags/music/" title="Music">Music (1)</a>
<a class="widget-taglist__link widget__link btn" href="/tags/%E8%AE%B0%E5%BD%95/" title="记录">记录 (2)</a>
</div>
</div>
</aside>
</div>
<footer class="footer">
<script async src="//finicounter.eu.org/finicounter.js"></script>
<div class="container footer__container flex">
<div class="footer__copyright">
© 2024 Taco'Blog - About LIFE.
<span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"/>
<path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/>
</svg>
"Views"<span id="finicount_views"></span>
</div>
</div>
</footer>
</div>
<script async defer src="/js/menu.js"></script>
</body>
</html>