-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
146 lines (70 loc) · 2.46 KB
/
404.html
File metadata and controls
146 lines (70 loc) · 2.46 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en-us"
dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/ico" href="https://weenable.github.io//favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://weenable.github.io//favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://weenable.github.io//favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://weenable.github.io//android-chrome-192x192.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://weenable.github.io//apple-touch-icon.png">
<meta name="description" content=""/>
<title>
404 Page not found | Ween's Blog
</title>
<link rel="canonical" href="https://weenable.github.io/404.html"/>
<meta property="og:url" content="https://weenable.github.io/404.html">
<meta property="og:site_name" content="Ween's Blog">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="Ween's Blog">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<link rel="stylesheet" href="/assets/combined.min.db1f6bdda2e5a4d5c9a316aa295aaeba691b0d6154397bbb6787fea95b273e6a.css" media="all">
</head>
<body class="auto">
<div class="content">
<header>
<div class="header">
<h1 class="header-title">
<a href="https://weenable.github.io/">Ween's Blog</a>
</h1>
<div class="flex">
<p class="small ">
<a href="/" >
/home
</a>
</p>
<p class="small ">
<a href="/posts" >
/posts
</a>
</p>
<p class="small ">
<a href="/categories" >
/categories
</a>
</p>
</div>
</div>
</header>
<main class="main">
<div class="not-found">
<div>
<h1> typo? </h1>
<p> Click <a href="/"> here </a> to return to home </p>
</div>
</div>
</main>
</div>
<footer>
<p>Powered by
<a href="https://gohugo.io/">Hugo</a>
and
<a href="https://github.com/tomfran/typo">tomfran/typo</a>
</p>
</footer>
</body>
<script src="/js/theme-switch.js"></script>
<script defer src="/js/copy-code.js"></script>
</html>