-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
120 lines (67 loc) · 2.69 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
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="description" content="happy的地方">
<base href="http://j1nse.xyz/">
<title>
404 Page not found
</title>
<link rel="canonical" href="">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Ubuntu+Mono:400,400i,700,700i|Raleway:500|Work+Sans">
<link rel="stylesheet" href="http://j1nse.xyz/css/dark-style.css?t=1526397227">
<link rel="shortcut icon"
href="http://j1nse.xyz/img/favicon.ico"
>
</head>
<body lang="zh">
<div class="section" id="top">
<div class="container hero is-medium has-text-centered fade-in one ">
<h1 class="bold-title is-1">404</h1>
</div>
<div class="section fade-in two ">
<div class="container">
<hr>
<nav class="nav nav-center">
<span id="nav-toggle" class="nav-toggle" onclick="document.getElementById('nav-menu').classList.toggle('is-active');">
<span></span>
<span></span>
<span></span>
</span>
<div id="nav-menu" class="nav-left nav-menu">
<span class="nav-item">
<a href="http://j1nse.xyz/">Main</a>
</span>
<span class="nav-item">
<a href="http://j1nse.xyz/#about">About</a>
</span>
<span class="nav-item">
<a href="http://j1nse.xyz/blog">Back to blog</a>
</span>
<span class="nav-item">
<a href="http://j1nse.xyz/#contact">Contact</a>
</span>
</div>
</nav>
<hr>
</div>
<div class="container fade-in two top-pad">
Oops! Either you've found a bug (in which case, <a href="mailto:lqyzx@outlook.com">please tell me</a>) or you're just making things up. This page doesn't exist!
</div>
<div class="top-pad"><hr></div>
<div class="section" id="footer">
<div class="container has-text-centered">
Ай-ай-ай-ай-ай,что сейчас произошло!
</div>
</div>
</div>