-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
87 lines (63 loc) · 3.4 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
<!DOCTYPE html>
<html lang="EN">
<head><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found | 阿波尔的博客</title>
<link rel="stylesheet" href="https://www.zaqizaba.xyz//css/styles.css">
<link rel="stylesheet" href="https://www.zaqizaba.xyz/css/fonts.css" integrity="nHA4sQes5N4kC/1rRzsd9KcxNPPEG1e4F7kjT3rg7mhweyYUuxGU985+SOHzZCsN" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous"></script>
<script async src="https://cdn.staticfile.org/mermaid/8.8.2/mermaid.min.js"></script>
<body></head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/zenburn.min.css" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://www.zaqizaba.xyz//js/highlight.js"></script>
<html>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
},
svg: {
fontCache: 'global'
}
};
</script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.min.js"></script>
</html>
<link type="text/css" rel="stylesheet" href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/jsSocials/1.5.0/jssocials.css" />
<link type="text/css" rel="stylesheet" href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jsSocials/1.5.0/jssocials-theme-minima.css" />
<script type="text/javascript" src="https://www.zaqizaba.xyz//js/jssocials.js"></script>
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
<link rel="stylesheet" href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/fancybox/3.5.7/jquery.fancybox.min.css" />
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/fancybox/3.5.7/jquery.fancybox.min.js"></script>
<script>
Array.from(document.getElementsByClassName('language-mermaid')).forEach(el => {
el.parentElement.outerHTML = `<div class="mermaid">${el.innerText}</div>`
})
</script>
<style>
.mermaid svg {
display: block;
margin: auto;
}
</style>
</body>
<section class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<span class="">
<img src="https://css-1252531711.cos.ap-chongqing.myqcloud.com/picture/latest" alt="You have come to a deserted world. . ." /></i>
</span>
<h1 class="title is-2 notfound">404</h1>
<h2 class="subtitle is-4">
Sorry,Page not found.
</h2>
<p>I am a cute, happy Porg.Porg tells you that your page has been eaten. You can choose:</p>
<p><a href="#" onclick="history.go(-1)">Go back</a>, or head over to <a href="https://www.zaqizaba.xyz/">Home page</a>.</p>
</div>
</div>
</section>