-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
85 lines (59 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="generator" content="Hugo 0.71.1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/remixicon/remixicon.css"><link rel="stylesheet" href="/css/tony.min.fb868585c3c6c40d9bad8b2f84de9943de8b6e93a59c8842107174e393559d57.css" integrity="sha256-+4aFhcPGxA2brYsvhN6ZQ96LbpOlnIhCEHF045NVnVc="/>
<link rel="shortcut icon" href="/images/avatar.png" type="image/x-icon" />
<title>404 Page not found</title>
<meta name="author" content="" /><meta name="description" content="notes to come back to when I've forgotten them" />
<link rel="canonical" href="https://larsson.dev/404.html" />
<link href="/css/hljs.min.css" rel="stylesheet">
<script src="/js/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<header id="header-div" class="tony-header-fixed">
<div class="header-div1">
<a href="https://larsson.dev/" style="display:inline-block;">
larsson.dev
</a>
</div>
<div class="header-div2">
</div>
</header>
<body>
<div id="header_info">
<nav class="header-nav reveal error-page">
<a href="/" title="404 Not Found" class="header-logo nuxt-link-active" style="text-decoration:none;">
404 :)
</a>
<p class="lead" style="margin-top: 0px;display:block">
抱歉,你请求的内容消失嘞
</p>
<a href="/" class="nuxt-link-active">
<button type="button" class="btn back-home btn-primary">
Back to Home | 返回首页
</button>
</a>
</nav>
</div>
</body>
<div>
<div class="footer reveal">
<p>
</p>
</div>
</div>
<script src="/js/jquery.min.js"></script><script src="/js/tony.min.21fb28b08edccb7a220a2a53f8fa67ba2f62588d04437e5a3998769b79537006.js" integrity="sha256-IfsosI7cy3oiCipT+Ppnui9iWI0EQ35aOZh2m3lTcAY="></script><script src="/js/medium-zoom.min.js"></script>
<script>
mediumZoom(document.querySelectorAll('div.article-content img'), {
background: '#fff'
});
</script>
</html>