blob: 453886d2305e1441ff89131f5b2a1dc44ba9bbb3 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found | Hugo XMag</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet">
</head>
<body>
<nav class="header">
<div class="banner">
<a href="/" class="text">
ℌ𝔘𝔊𝔒 𝔛𝔐𝔄𝔊
</a>
</div>
<div class="head-meta">
<span>404 Page not found</span>
<span>2024-08-02</span>
<span>1 / 4</span>
</div>
</nav>
<div class="container">
<main>
<h1>404 NOT FOUND</h1>
</main>
</div>
<script async src="//yihui.org/js/center-img.js"></script>
<footer>
<div class="footer">
<ul class="menu">
<li><a href="/"><span data-hover="Home">Home</span></a></li>
<li><a href="/about/"><span data-hover="About">About</span></a></li>
<li><a href="/categories/"><span data-hover="Categories">Categories</span></a></li>
<li><a href="/tags/"><span data-hover="Tags">Tags</span></a></li>
<li><a href="/index.xml"><span data-hover="Subscribe">Subscribe</span></a></li>
</ul>
<div class="copyright">© <a href="https://yihui.org">Yihui Xie</a> 2017 - 2023 | <a href="https://github.com/yihui">Github</a> | <a href="https://twitter.com/xieyihui">Twitter</a></div>
</div>
</footer>
</body>
</html>
|