-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
86 lines (58 loc) · 2.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<link rel="stylesheet" href="https://cometyang.github.io/theme.css">
</head>
<body>
<div class="content">
<header>
<div class="header-left">
<a href="https://cometyang.github.io" class="logo"></a>
</div>
<div class="header-right">
<nav itemscope itemtype="http://schema.org/SiteNavigationElement">
<ul>
<li class="nav">
<a itemprop="url" href="https://cometyang.github.io/machinelearning/">
<span itemprop="name">Machine Learning</span>
</a>
</li>
<li class="nav">
<a itemprop="url" href="https://cometyang.github.io/notes/">
<span itemprop="name">Notes</span>
</a>
</li>
<li class="nav">
<a itemprop="url" href="https://cometyang.github.io/rustling/">
<span itemprop="name">Rustling</span>
</a>
</li>
<li class="nav">
<a itemprop="url" href="https://cometyang.github.io/about/">
<span itemprop="name">About</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<h1 class="notfound">404: Page not found</h1>
</main>
<footer>
<div class="border"></div>
<div class="footer">
<small class="footer-left">
Copyright © Yang Yang
</small>
<small class="footer-right">
Powered by <a href="https://www.getzola.org">Zola</a> | Theme <a href="https://github.com/barlog-m/oceanic-zen">Oceanic Zen</a>
</small>
</div>
</footer>
</div>
</body>
</html>