-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
112 lines (78 loc) · 3.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
404 | xring's blog
</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://xring.net/style.css">
<link rel="stylesheet" href="https://xring.net/color/orange.css">
<link rel="stylesheet" href="https://xring.net/color/background_blue.css">
<link rel="stylesheet" href="https://xring.net/font-hack-subset.css">
<meta name="description" content="Page not found">
<meta property="og:description" content="Page not found">
<meta property="og:title" content="404 | xring's blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://xring.net">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="Page not found">
<meta name="twitter:title" content="404 | xring's blog">
<meta property="twitter:domain" content="xring.net">
<meta property="twitter:url" content="https://xring.net">
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://xring.net/atom.xml">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<meta name="google-adsense-account" content="ca-pub-7408552055522076">
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "ksf0q960y1");
</script>
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://xring.net" style="text-decoration: none;">
<div class="logo">
xring's blog
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li><a href="https://xring.net">home</a></li>
<li><a href="https://xring.net/tags">tags</a></li>
<li><a href="https://xring.net/archive">archive</a></li>
<li><a href="https://xring.net/about">about</a></li>
<li><a href="https://xring.net/atom.xml">rss</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title">Lost?</h1>
<p>This page does not exist.</p>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2025
xring</span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a>
</span>
</div>
</div>
</footer>
</div>
</body>
</html>