-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
99 lines (79 loc) · 3.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daimon's blog</title>
<link rel="icon" href="https://i.loli.net/2021/08/19/WxJseRjKvTD6aZm.gif">
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> -->
<link rel="alternate" type="application/atom+xml" title="Daimon's blog - Atom Feed" href="https://fsacg.cn/atom.xml">
<script src="https://cdn.jsdelivr.net/gh/Fog-Forest/[email protected]/live2d_load/autoload.js"></script>
<meta name="description" content="一个博客,一篇文章,一些技术,一点感悟!分享网站安全维护知识以及网站搭建和优化技术。">
<link rel="canonical" href="https://fsacg.cn/404.html">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@gridea/[email protected]/css/main.css">
</head>
<body class="bg-gray-100">
<div id="page">
<div class="mb-16 sticky top-0 z-20 bg-white">
<header class="py-4 flex items-baseline justify-between max-w-2xl mx-auto px-2">
<h1 class="text-lg text-center font-medium px-4 md:px-0 flex items-center">
<div class="site-logo-text font-normal">D</div>
<a href="/">Daimon's blog</a>
</h1>
<div class="hidden sm:flex justify-center">
<a
href="http://blog.agluntan.cn"
class="mx-2 text-base border-b border-transparent"
target="_blank"
>首页</a>
<span class="text-gray-200">/</span>
<a
href="https://2247481637.github.io/you-lian"
class="mx-2 text-base border-b border-transparent"
target="_blank"
>友链</a>
</div>
<div class="flex sm:hidden py-2 px-4 text-center cursor-pointer" @click="openMenu = true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"/></svg>
</div>
</header>
<div class="fixed top-0 right-0 bottom-0 left-0 bg-white hidden" :style="{
display: openMenu ? 'block !important' : 'none',
}" v-if="openMenu">
<div class="py-4 px-2 flex justify-end" @click="openMenu = false">
<div class="flex py-2 px-4 text-center cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"/></svg>
</div>
</div>
<div class="flex flex-col p-4">
<a
href="http://blog.agluntan.cn"
class="mx-2 my-4 text-base border-b border-transparent"
target="_blank"
>首页</a>
<a
href="https://2247481637.github.io/you-lian"
class="mx-2 my-4 text-base border-b border-transparent"
target="_blank"
>友链</a>
</div>
</div>
</div>
<div class="border-b border-gray-200">
</div>
<div id="sticky-bar" class="w-full sticky top-0 z-10 bg-white" style="height: 64px;"></div>
<div class="w-full relative bg-white py-16">
<div class="max-w-2xl mx-auto">
<div class="text-3xl py-4 text-center">
🥺 此页面找不到啦
</div>
</div>
</div>
<div class="py-8 text-gray-300 text-center border-t border-gray-200">
Powered by Gridea
</div>
</div>
<script src="//cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="//cdn.jsdelivr.net/npm/@gridea/[email protected]/js/main.js"></script>
</body>
</html>